#ceccd4
a light, muted violet · warm · closest name: silver
RGB
206, 204, 212
HSL
255°, 9%, 82%
CMYK
3, 4, 0, 17
Luminance
0.6106
Every format
| HEX | #ceccd4 |
| RGB | rgb(206, 204, 212) |
| HSL | hsl(255, 9%, 82%) |
| CMYK | cmyk(3%, 4%, 0%, 17%) |
| LAB | lab(82.4 2.2 -3.7) |
| LCH | lch(82.4 4.3 300.1) |
| OKLCH | oklch(0.849 0.011 297.6) |
Copy-ready code
/* CSS */
color: #ceccd4;
background-color: #ceccd4;
/* Tailwind (arbitrary) */
class="text-[#ceccd4] bg-[#ceccd4]"
/* SCSS */
$brand: #ceccd4;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.831)
/* Android */
Color.parseColor("#ceccd4")Accessibility — WCAG contrast
Aa
#ceccd4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccd4 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue83.1%
CMYK percentages
Cyan2.8%
Magenta3.8%
Yellow0.0%
Key (black)16.9%
Color previews
#ceccd4 text on a black background
contrast 13.21:1
Card sample
#ceccd4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccd4;
Background color
Panel with #ceccd4 background
background-color: #ceccd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccd4; background: linear-gradient(135deg, #ceccd4, #D3CCD4);