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