#cec6cd
a light, muted gray · warm · closest name: silver
RGB
206, 198, 205
HSL
308°, 8%, 79%
CMYK
0, 4, 1, 19
Luminance
0.5792
Every format
| HEX | #cec6cd |
| RGB | rgb(206, 198, 205) |
| HSL | hsl(308, 8%, 79%) |
| CMYK | cmyk(0%, 4%, 1%, 19%) |
| LAB | lab(80.7 4.0 -2.5) |
| LCH | lch(80.7 4.8 328.3) |
| OKLCH | oklch(0.835 0.013 329.6) |
Copy-ready code
/* CSS */
color: #cec6cd;
background-color: #cec6cd;
/* Tailwind (arbitrary) */
class="text-[#cec6cd] bg-[#cec6cd]"
/* SCSS */
$brand: #cec6cd;
/* SwiftUI */
Color(red: 0.808, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#cec6cd")Accessibility — WCAG contrast
Aa
#cec6cd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec6cd on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow0.5%
Key (black)19.2%
Color previews
#cec6cd text on a black background
contrast 12.58:1
Card sample
#cec6cd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec6cd;
Background color
Panel with #cec6cd background
background-color: #cec6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec6cd; background: linear-gradient(135deg, #cec6cd, #CEC6C8);