#cecad1
a light, muted gray · warm · closest name: silver
RGB
206, 202, 209
HSL
274°, 7%, 81%
CMYK
1, 3, 0, 18
Luminance
0.5997
Every format
| HEX | #cecad1 |
| RGB | rgb(206, 202, 209) |
| HSL | hsl(274, 7%, 81%) |
| CMYK | cmyk(1%, 3%, 0%, 18%) |
| LAB | lab(81.8 2.7 -3.0) |
| LCH | lch(81.8 4.0 311.7) |
| OKLCH | oklch(0.844 0.011 311.2) |
Copy-ready code
/* CSS */
color: #cecad1;
background-color: #cecad1;
/* Tailwind (arbitrary) */
class="text-[#cecad1] bg-[#cecad1]"
/* SCSS */
$brand: #cecad1;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.820)
/* Android */
Color.parseColor("#cecad1")Accessibility — WCAG contrast
Aa
#cecad1 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecad1 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue82.0%
CMYK percentages
Cyan1.4%
Magenta3.3%
Yellow0.0%
Key (black)18.0%
Color previews
#cecad1 text on a black background
contrast 12.99:1
Card sample
#cecad1 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecad1;
Background color
Panel with #cecad1 background
background-color: #cecad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecad1; background: linear-gradient(135deg, #cecad1, #D1CACF);