#cccbd2
a light, muted gray · warm · closest name: silver
RGB
204, 203, 210
HSL
249°, 7%, 81%
CMYK
3, 3, 0, 18
Luminance
0.6020
Every format
| HEX | #cccbd2 |
| RGB | rgb(204, 203, 210) |
| HSL | hsl(249, 7%, 81%) |
| CMYK | cmyk(3%, 3%, 0%, 18%) |
| LAB | lab(82.0 1.6 -3.4) |
| LCH | lch(82.0 3.7 296.1) |
| OKLCH | oklch(0.845 0.010 292.8) |
Copy-ready code
/* CSS */
color: #cccbd2;
background-color: #cccbd2;
/* Tailwind (arbitrary) */
class="text-[#cccbd2] bg-[#cccbd2]"
/* SCSS */
$brand: #cccbd2;
/* SwiftUI */
Color(red: 0.800, green: 0.796, blue: 0.824)
/* Android */
Color.parseColor("#cccbd2")Accessibility — WCAG contrast
Aa
#cccbd2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccbd2 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green79.6%
Blue82.4%
CMYK percentages
Cyan2.9%
Magenta3.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cccbd2 text on a black background
contrast 13.04:1
Card sample
#cccbd2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccbd2;
Background color
Panel with #cccbd2 background
background-color: #cccbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 203, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 203, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccbd2; background: linear-gradient(135deg, #cccbd2, #D1CBD2);