#ceccd1
a light, muted gray · warm · closest name: silver
RGB
206, 204, 209
HSL
264°, 5%, 81%
CMYK
1, 2, 0, 18
Luminance
0.6091
Every format
| HEX | #ceccd1 |
| RGB | rgb(206, 204, 209) |
| HSL | hsl(264, 5%, 81%) |
| CMYK | cmyk(1%, 2%, 0%, 18%) |
| LAB | lab(82.3 1.6 -2.2) |
| LCH | lch(82.3 2.8 305.5) |
| OKLCH | oklch(0.848 0.007 304.2) |
Copy-ready code
/* CSS */
color: #ceccd1;
background-color: #ceccd1;
/* Tailwind (arbitrary) */
class="text-[#ceccd1] bg-[#ceccd1]"
/* SCSS */
$brand: #ceccd1;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.820)
/* Android */
Color.parseColor("#ceccd1")Accessibility — WCAG contrast
Aa
#ceccd1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccd1 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue82.0%
CMYK percentages
Cyan1.4%
Magenta2.4%
Yellow0.0%
Key (black)18.0%
Color previews
#ceccd1 text on a black background
contrast 13.18:1
Card sample
#ceccd1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccd1;
Background color
Panel with #ceccd1 background
background-color: #ceccd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccd1; background: linear-gradient(135deg, #ceccd1, #D1CCD1);