#cecccd
a light, muted gray · warm · closest name: silver
RGB
206, 204, 205
HSL
330°, 2%, 80%
CMYK
0, 1, 1, 19
Luminance
0.6072
Every format
| HEX | #cecccd |
| RGB | rgb(206, 204, 205) |
| HSL | hsl(330, 2%, 80%) |
| CMYK | cmyk(0%, 1%, 1%, 19%) |
| LAB | lab(82.2 0.9 -0.3) |
| LCH | lch(82.2 0.9 344.0) |
| OKLCH | oklch(0.847 0.003 345.2) |
Copy-ready code
/* CSS */
color: #cecccd;
background-color: #cecccd;
/* Tailwind (arbitrary) */
class="text-[#cecccd] bg-[#cecccd]"
/* SCSS */
$brand: #cecccd;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#cecccd")Accessibility — WCAG contrast
Aa
#cecccd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecccd on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow0.5%
Key (black)19.2%
Color previews
#cecccd text on a black background
contrast 13.14:1
Card sample
#cecccd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecccd;
Background color
Panel with #cecccd background
background-color: #cecccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecccd; background: linear-gradient(135deg, #cecccd, #CECCCC);