#CCC4CC#CCC4CC
#CCC4CC is a very light, near-neutral grey. Relative luminance 0.567; OKLCH L 82.9% C 0.014 H 325.7°. Best body text is #000000 at 12.34:1 contrast (WCAG AA passes).
Color values
| HEX | #CCC4CC |
|---|---|
| RGB | rgb(204, 196, 204) |
| HSL | hsl(300, 7%, 78%) |
| HSV | hsv(300, 4%, 80%) |
| CMYK | cmyk(0%, 3.9%, 0%, 20%) |
| CIE-LAB | lab(80.00, 4.23, -3.00) |
| CIE-LCH | lch(80.00, 5.19, 324.66°) |
| OKLab | oklab(82.92% 0.0116 -0.0079) |
| OKLCH | oklch(82.92% 0.014 325.7) |
| XYZ | xyz(55.5392, 56.6771, 65.1289) |
| Luminance | 0.5668 (WCAG relative) |
| Temperature | neutral |
| Family | grey |
Closest named colors
Silver
#C0C0C0
ΔE00 6.27
Dove Gray
#B6B8BD
ΔE00 6.49
Light Gray
#D3D3D3
ΔE00 6.80
Gainsboro
#DCDCDC
ΔE00 7.96
Fog
#D8DCE0
ΔE00 8.39
Silver (survey)
#C5C9C7
ΔE00 8.61
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#CCC4CC #C4CCC4
analogous
#C8C4CC #CCC4CC #CCC4C8
triadic
#CCC4CC #CCCCC4 #C4CCCC
tetradic
#CCC4CC #CCC8C4 #C4CCC4 #C4C8CC
square
#CCC4CC #CCC8C4 #C4CCC4 #C4C8CC
split-complementary
#CCC4CC #C8CCC4 #C4CCC8
monochromatic
#938293 #B0A3B0 #CCC4CC #E8E5E8 #F1EFF1
Accessibility & contrast
On white
1.70
#CCC4CC on #FFFFFF
AA ✗AA large ✗AAA ✗
On black
12.34
#CCC4CC on #000000
AA ✓AA large ✓AAA ✓
Best text color
#000000 on #CCC4CC
12.34:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##CCC4CC | #FFFFFF | #000000 | ##000000 |
|---|---|---|---|---|
| ##CCC4CC | 1.00 | 1.70 | 12.34 | 12.34 |
| #FFFFFF | 1.70 | 1.00 | 21.00 | 21.00 |
| #000000 | 12.34 | 21.00 | 1.00 | 1.00 |
| ##000000 | 12.34 | 21.00 | 1.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#C4C6CC
Deuteranopia (green-blind)
#C5C7CC
Tritanopia (blue-blind)
#CDC5C7
Achromatopsia (no color)
#C6C6C6
Design tokens & code
CSS
--color: #ccc4cc; /* rgb */ color: rgb(204, 196, 204); /* oklch */ color: oklch(82.9% 0.014 325.7);
Tailwind
colors: {
custom: {
50: '#dbd5db',
500: '#ccc4cc',
950: '#000000',
},
}SCSS
$custom: #ccc4cc; $custom-light: #dbd5db; $custom-dark: #000000;
JSON
{
"hex": "#ccc4cc",
"rgb": {
"r": 204,
"g": 196,
"b": 204
},
"hsl": {
"h": 300,
"s": 7.273,
"l": 78.431
},
"oklch": {
"l": 0.82915,
"c": 0.01408,
"h": 325.7
},
"luminance": 0.56677
}Semantic roles & 50–950 ramp
primary
#CCC4CC
secondary
#959F95
accent
#915454
background
#FEFEFE
surface
#FBFBFB
border
#D4D4D4
text
#151415
muted
#848384