Vec3 Color Picker

Pick color with Vec3, Vec4, Three.js, Babylon.js, and GLSL.

Color Picker

90°180°270°360°

Current Selected Color

#FF0000

Input Color

Supports #RGB, #RRGGBB, rgb(r,g,b), hsl(h,s%,l%)

Color Formats

GLSL Vec3
vec3(1.0, 0.0, 0.0)
GLSL Vec4
vec4(1.0, 0.0, 0.0, 1.0)
Three.js
new THREE.Color(1.0, 0.0, 0.0)
Babylon.js
new BABYLON.Color3(1.0, 0.0, 0.0)
Unity
new Color(1.0f, 0.0f, 0.0f)
Unreal Engine
FLinearColor(1.0f, 0.0f, 0.0f)
;