#ceecfe
a pale, electric blue · cool · closest name: lavender
RGB
206, 236, 254
HSL
203°, 96%, 90%
CMYK
19, 7, 0, 0
Luminance
0.8027
Every format
| HEX | #ceecfe |
| RGB | rgb(206, 236, 254) |
| HSL | hsl(203, 96%, 90%) |
| CMYK | cmyk(19%, 7%, 0%, 0%) |
| LAB | lab(91.8 -6.1 -12.0) |
| LCH | lch(91.8 13.4 243.1) |
| OKLCH | oklch(0.927 0.040 234.2) |
Copy-ready code
/* CSS */
color: #ceecfe;
background-color: #ceecfe;
/* Tailwind (arbitrary) */
class="text-[#ceecfe] bg-[#ceecfe]"
/* SCSS */
$brand: #ceecfe;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#ceecfe")Accessibility — WCAG contrast
Aa
#ceecfe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecfe on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#ceecfe text on a black background
contrast 17.05:1
Card sample
#ceecfe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecfe;
Background color
Panel with #ceecfe background
background-color: #ceecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecfe; background: linear-gradient(135deg, #ceecfe, #D0CEFE);