#CCC3CC#CCC3CC
#CCC3CC is a very light, near-neutral purple. Relative luminance 0.562; OKLCH L 82.7% C 0.016 H 325.7°. Best body text is #000000 at 12.25:1 contrast (WCAG AA passes).
Color values
| HEX | #CCC3CC |
|---|---|
| RGB | rgb(204, 195, 204) |
| HSL | hsl(300, 8%, 78%) |
| HSV | hsv(300, 4%, 80%) |
| CMYK | cmyk(0%, 4.4%, 0%, 20%) |
| CIE-LAB | lab(79.74, 4.76, -3.37) |
| CIE-LCH | lch(79.74, 5.84, 324.68°) |
| OKLab | oklab(82.72% 0.0131 -0.0089) |
| OKLCH | oklch(82.72% 0.016 325.7) |
| XYZ | xyz(55.3144, 56.2275, 65.0540) |
| Luminance | 0.5623 (WCAG relative) |
| Temperature | neutral |
| Family | purple |
Closest named colors
Silver
#C0C0C0
ΔE00 6.86
Dove Gray
#B6B8BD
ΔE00 6.91
Light Gray
#D3D3D3
ΔE00 7.46
Thistle
#D8BFD8
ΔE00 8.29
Gainsboro
#DCDCDC
ΔE00 8.57
Fog
#D8DCE0
ΔE00 9.00
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#CCC3CC #C3CCC3
analogous
#C7C3CC #CCC3CC #CCC3C7
triadic
#CCC3CC #CCCCC3 #C3CCCC
tetradic
#CCC3CC #CCC7C3 #C3CCC3 #C3C7CC
square
#CCC3CC #CCC7C3 #C3CCC3 #C3C7CC
split-complementary
#CCC3CC #C7CCC3 #C3CCC7
monochromatic
#948194 #B0A2B0 #CCC3CC #E8E4E8 #F1EEF1
Accessibility & contrast
On white
1.71
#CCC3CC on #FFFFFF
AA ✗AA large ✗AAA ✗
On black
12.25
#CCC3CC on #000000
AA ✓AA large ✓AAA ✓
Best text color
#000000 on #CCC3CC
12.25:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##CCC3CC | #FFFFFF | #000000 | ##000000 |
|---|---|---|---|---|
| ##CCC3CC | 1.00 | 1.71 | 12.25 | 12.25 |
| #FFFFFF | 1.71 | 1.00 | 21.00 | 21.00 |
| #000000 | 12.25 | 21.00 | 1.00 | 1.00 |
| ##000000 | 12.25 | 21.00 | 1.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#C3C5CC
Deuteranopia (green-blind)
#C4C6CC
Tritanopia (blue-blind)
#CDC4C6
Achromatopsia (no color)
#C6C6C6
Design tokens & code
CSS
--color: #ccc3cc; /* rgb */ color: rgb(204, 195, 204); /* oklch */ color: oklch(82.7% 0.016 325.7);
Tailwind
colors: {
custom: {
50: '#dbd5db',
500: '#ccc3cc',
950: '#000000',
},
}SCSS
$custom: #ccc3cc; $custom-light: #dbd5db; $custom-dark: #000000;
JSON
{
"hex": "#ccc3cc",
"rgb": {
"r": 204,
"g": 195,
"b": 204
},
"hsl": {
"h": 300,
"s": 8.108,
"l": 78.235
},
"oklch": {
"l": 0.82716,
"c": 0.01584,
"h": 325.7
},
"luminance": 0.56227
}Semantic roles & 50–950 ramp
primary
#CCC3CC
secondary
#949F94
accent
#925353
background
#FEFEFE
surface
#FBFBFB
border
#D4D4D4
text
#151415
muted
#848384