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