#ceccf4
a pale, vivid blue · warm · closest name: lavender
RGB
206, 204, 244
HSL
243°, 65%, 88%
CMYK
16, 16, 0, 4
Luminance
0.6284
Every format
| HEX | #ceccf4 |
| RGB | rgb(206, 204, 244) |
| HSL | hsl(243, 65%, 88%) |
| CMYK | cmyk(16%, 16%, 0%, 4%) |
| LAB | lab(83.4 8.5 -19.4) |
| LCH | lch(83.4 21.2 293.8) |
| OKLCH | oklch(0.860 0.055 287.5) |
Copy-ready code
/* CSS */
color: #ceccf4;
background-color: #ceccf4;
/* Tailwind (arbitrary) */
class="text-[#ceccf4] bg-[#ceccf4]"
/* SCSS */
$brand: #ceccf4;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#ceccf4")Accessibility — WCAG contrast
Aa
#ceccf4 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccf4 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#ceccf4 text on a black background
contrast 13.57:1
Card sample
#ceccf4 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccf4;
Background color
Panel with #ceccf4 background
background-color: #ceccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccf4; background: linear-gradient(135deg, #ceccf4, #E9CCF4);