#CCC5CC#CCC5CC
#CCC5CC is a very light, near-neutral grey. Relative luminance 0.571; OKLCH L 83.1% C 0.012 H 325.7°. Best body text is #000000 at 12.43:1 contrast (WCAG AA passes).
Color values
| HEX | #CCC5CC |
|---|---|
| RGB | rgb(204, 197, 204) |
| HSL | hsl(300, 6%, 79%) |
| HSV | hsv(300, 3%, 80%) |
| CMYK | cmyk(0%, 3.4%, 0%, 20%) |
| CIE-LAB | lab(80.25, 3.70, -2.63) |
| CIE-LCH | lch(80.25, 4.54, 324.63°) |
| OKLab | oklab(83.12% 0.0102 -0.0069) |
| OKLCH | oklch(83.12% 0.012 325.7) |
| XYZ | xyz(55.7655, 57.1297, 65.2044) |
| Luminance | 0.5713 (WCAG relative) |
| Temperature | neutral |
| Family | grey |
Closest named colors
Silver
#C0C0C0
ΔE00 5.68
Dove Gray
#B6B8BD
ΔE00 6.11
Light Gray
#D3D3D3
ΔE00 6.13
Gainsboro
#DCDCDC
ΔE00 7.35
Fog
#D8DCE0
ΔE00 7.76
Silver (survey)
#C5C9C7
ΔE00 7.93
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#CCC5CC #C5CCC5
analogous
#C8C5CC #CCC5CC #CCC5C8
triadic
#CCC5CC #CCCCC5 #C5CCCC
tetradic
#CCC5CC #CCC8C5 #C5CCC5 #C5C8CC
square
#CCC5CC #CCC8C5 #C5CCC5 #C5C8CC
split-complementary
#CCC5CC #C8CCC5 #C5CCC8
monochromatic
#938493 #AFA4AF #CCC5CC #E9E6E9 #F1EFF1
Accessibility & contrast
On white
1.69
#CCC5CC on #FFFFFF
AA ✗AA large ✗AAA ✗
On black
12.43
#CCC5CC on #000000
AA ✓AA large ✓AAA ✓
Best text color
#000000 on #CCC5CC
12.43:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##CCC5CC | #FFFFFF | #000000 | ##000000 |
|---|---|---|---|---|
| ##CCC5CC | 1.00 | 1.69 | 12.43 | 12.43 |
| #FFFFFF | 1.69 | 1.00 | 21.00 | 21.00 |
| #000000 | 12.43 | 21.00 | 1.00 | 1.00 |
| ##000000 | 12.43 | 21.00 | 1.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#C5C7CC
Deuteranopia (green-blind)
#C6C7CC
Tritanopia (blue-blind)
#CDC5C7
Achromatopsia (no color)
#C7C7C7
Design tokens & code
CSS
--color: #ccc5cc; /* rgb */ color: rgb(204, 197, 204); /* oklch */ color: oklch(83.1% 0.012 325.7);
Tailwind
colors: {
custom: {
50: '#dbd6db',
500: '#ccc5cc',
950: '#000000',
},
}SCSS
$custom: #ccc5cc; $custom-light: #dbd6db; $custom-dark: #000000;
JSON
{
"hex": "#ccc5cc",
"rgb": {
"r": 204,
"g": 197,
"b": 204
},
"hsl": {
"h": 300,
"s": 6.422,
"l": 78.627
},
"oklch": {
"l": 0.83115,
"c": 0.0123,
"h": 325.7
},
"luminance": 0.5713
}Semantic roles & 50–950 ramp
primary
#CCC5CC
secondary
#969F96
accent
#905555
background
#FEFEFE
surface
#FBFBFB
border
#D4D4D4
text
#151415
muted
#848384