#ceccd8
a light, muted blue · warm · closest name: silver
RGB
206, 204, 216
HSL
250°, 13%, 82%
CMYK
5, 6, 0, 15
Luminance
0.6127
Every format
| HEX | #ceccd8 |
| RGB | rgb(206, 204, 216) |
| HSL | hsl(250, 13%, 82%) |
| CMYK | cmyk(5%, 6%, 0%, 15%) |
| LAB | lab(82.5 2.9 -5.7) |
| LCH | lch(82.5 6.4 297.1) |
| OKLCH | oklch(0.850 0.017 293.7) |
Copy-ready code
/* CSS */
color: #ceccd8;
background-color: #ceccd8;
/* Tailwind (arbitrary) */
class="text-[#ceccd8] bg-[#ceccd8]"
/* SCSS */
$brand: #ceccd8;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.847)
/* Android */
Color.parseColor("#ceccd8")Accessibility — WCAG contrast
Aa
#ceccd8 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccd8 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue84.7%
CMYK percentages
Cyan4.6%
Magenta5.6%
Yellow0.0%
Key (black)15.3%
Color previews
#ceccd8 text on a black background
contrast 13.25:1
Card sample
#ceccd8 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccd8;
Background color
Panel with #ceccd8 background
background-color: #ceccd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccd8; background: linear-gradient(135deg, #ceccd8, #D6CCD8);