A website for every color
The site supports multiple color representations:
- Hexidecimal Number
0xff00ff - Hexidecimal String
#ff00ff - RGB String
rgb(255, 87, 51) - RGB int
[255,0,255] - RGB Float
[1.0,0.123213,1.0] - RGB Vector
vec3(1.0,0.123213,1.0); - HSL
hsl(14, 100%, 60%) - HSV
hsv(14, 80%, 100%) - HSB
hsb(14, 80%, 100%) - Index
16777215
Gradient
Colors are reordered using a bijection so that gradients appear continuous while scrolling.
In Order
Every color is displayed in numeric order from 0 to 16,777,215, forming a discontinuous gradient.
The site includes simulations for different types of color vision:
- Default
- Protanopia
- Deuteranopia
- Tritanopia
- Monochromacy