#ceecfb
a pale, electric blue · cool · closest name: lavender
RGB
206, 236, 251
HSL
200°, 85%, 90%
CMYK
18, 6, 0, 2
Luminance
0.8008
Every format
| HEX | #ceecfb |
| RGB | rgb(206, 236, 251) |
| HSL | hsl(200, 85%, 90%) |
| CMYK | cmyk(18%, 6%, 0%, 2%) |
| LAB | lab(91.7 -6.7 -10.5) |
| LCH | lch(91.7 12.5 237.5) |
| OKLCH | oklch(0.926 0.037 229.4) |
Copy-ready code
/* CSS */
color: #ceecfb;
background-color: #ceecfb;
/* Tailwind (arbitrary) */
class="text-[#ceecfb] bg-[#ceecfb]"
/* SCSS */
$brand: #ceecfb;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.984)
/* Android */
Color.parseColor("#ceecfb")Accessibility — WCAG contrast
Aa
#ceecfb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecfb on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta6.0%
Yellow0.0%
Key (black)1.6%
Color previews
#ceecfb text on a black background
contrast 17.02:1
Card sample
#ceecfb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecfb;
Background color
Panel with #ceecfb background
background-color: #ceecfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecfb; background: linear-gradient(135deg, #ceecfb, #CECEFB);