#cecbfe
a pale, electric blue · warm · closest name: lavender
RGB
206, 203, 254
HSL
244°, 96%, 90%
CMYK
19, 20, 0, 0
Luminance
0.6299
Every format
| HEX | #cecbfe |
| RGB | rgb(206, 203, 254) |
| HSL | hsl(244, 96%, 90%) |
| CMYK | cmyk(19%, 20%, 0%, 0%) |
| LAB | lab(83.4 11.2 -24.6) |
| LCH | lch(83.4 27.0 294.5) |
| OKLCH | oklch(0.861 0.070 287.5) |
Copy-ready code
/* CSS */
color: #cecbfe;
background-color: #cecbfe;
/* Tailwind (arbitrary) */
class="text-[#cecbfe] bg-[#cecbfe]"
/* SCSS */
$brand: #cecbfe;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#cecbfe")Accessibility — WCAG contrast
Aa
#cecbfe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecbfe on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cecbfe text on a black background
contrast 13.60:1
Card sample
#cecbfe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecbfe;
Background color
Panel with #cecbfe background
background-color: #cecbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecbfe; background: linear-gradient(135deg, #cecbfe, #F0CBFE);