#ceccda
a light, soft blue · warm · closest name: silver
RGB
206, 204, 218
HSL
249°, 16%, 83%
CMYK
6, 6, 0, 15
Luminance
0.6137
Every format
| HEX | #ceccda |
| RGB | rgb(206, 204, 218) |
| HSL | hsl(249, 16%, 83%) |
| CMYK | cmyk(6%, 6%, 0%, 15%) |
| LAB | lab(82.6 3.3 -6.7) |
| LCH | lch(82.6 7.5 296.3) |
| OKLCH | oklch(0.851 0.019 292.6) |
Copy-ready code
/* CSS */
color: #ceccda;
background-color: #ceccda;
/* Tailwind (arbitrary) */
class="text-[#ceccda] bg-[#ceccda]"
/* SCSS */
$brand: #ceccda;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#ceccda")Accessibility — WCAG contrast
Aa
#ceccda on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccda on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ceccda text on a black background
contrast 13.27:1
Card sample
#ceccda text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccda;
Background color
Panel with #ceccda background
background-color: #ceccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccda; background: linear-gradient(135deg, #ceccda, #D7CCDA);