#ceccdf
a light, soft blue · warm · closest name: lavender
RGB
206, 204, 223
HSL
246°, 23%, 84%
CMYK
8, 9, 0, 13
Luminance
0.6164
Every format
| HEX | #ceccdf |
| RGB | rgb(206, 204, 223) |
| HSL | hsl(246, 23%, 84%) |
| CMYK | cmyk(8%, 9%, 0%, 13%) |
| LAB | lab(82.7 4.3 -9.1) |
| LCH | lch(82.7 10.1 295.0) |
| OKLCH | oklch(0.853 0.026 290.7) |
Copy-ready code
/* CSS */
color: #ceccdf;
background-color: #ceccdf;
/* Tailwind (arbitrary) */
class="text-[#ceccdf] bg-[#ceccdf]"
/* SCSS */
$brand: #ceccdf;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#ceccdf")Accessibility — WCAG contrast
Aa
#ceccdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccdf on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ceccdf text on a black background
contrast 13.33:1
Card sample
#ceccdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccdf;
Background color
Panel with #ceccdf background
background-color: #ceccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccdf; background: linear-gradient(135deg, #ceccdf, #DBCCDF);