#cecffb
a pale, electric blue · warm · closest name: lavender
RGB
206, 207, 251
HSL
239°, 85%, 90%
CMYK
18, 18, 0, 2
Luminance
0.6471
Every format
| HEX | #cecffb |
| RGB | rgb(206, 207, 251) |
| HSL | hsl(239, 85%, 90%) |
| CMYK | cmyk(18%, 18%, 0%, 2%) |
| LAB | lab(84.3 8.4 -21.6) |
| LCH | lch(84.3 23.2 291.3) |
| OKLCH | oklch(0.868 0.061 284.0) |
Copy-ready code
/* CSS */
color: #cecffb;
background-color: #cecffb;
/* Tailwind (arbitrary) */
class="text-[#cecffb] bg-[#cecffb]"
/* SCSS */
$brand: #cecffb;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#cecffb")Accessibility — WCAG contrast
Aa
#cecffb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecffb on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta17.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cecffb text on a black background
contrast 13.94:1
Card sample
#cecffb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecffb;
Background color
Panel with #cecffb background
background-color: #cecffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecffb; background: linear-gradient(135deg, #cecffb, #EBCEFB);