#ceccfb
a pale, electric blue · warm · closest name: lavender
RGB
206, 204, 251
HSL
243°, 86%, 89%
CMYK
18, 19, 0, 2
Luminance
0.6327
Every format
| HEX | #ceccfb |
| RGB | rgb(206, 204, 251) |
| HSL | hsl(243, 86%, 89%) |
| CMYK | cmyk(18%, 19%, 0%, 2%) |
| LAB | lab(83.6 10.0 -22.8) |
| LCH | lch(83.6 24.9 293.8) |
| OKLCH | oklch(0.862 0.065 286.9) |
Copy-ready code
/* CSS */
color: #ceccfb;
background-color: #ceccfb;
/* Tailwind (arbitrary) */
class="text-[#ceccfb] bg-[#ceccfb]"
/* SCSS */
$brand: #ceccfb;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#ceccfb")Accessibility — WCAG contrast
Aa
#ceccfb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccfb on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#ceccfb text on a black background
contrast 13.65:1
Card sample
#ceccfb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccfb;
Background color
Panel with #ceccfb background
background-color: #ceccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccfb; background: linear-gradient(135deg, #ceccfb, #EDCCFB);