#ceeafd
a pale, electric blue · cool · closest name: lavender
RGB
206, 234, 253
HSL
204°, 92%, 90%
CMYK
19, 8, 0, 1
Luminance
0.7906
Every format
| HEX | #ceeafd |
| RGB | rgb(206, 234, 253) |
| HSL | hsl(204, 92%, 90%) |
| CMYK | cmyk(19%, 8%, 0%, 1%) |
| LAB | lab(91.3 -5.3 -12.3) |
| LCH | lch(91.3 13.3 246.7) |
| OKLCH | oklch(0.923 0.039 237.6) |
Copy-ready code
/* CSS */
color: #ceeafd;
background-color: #ceeafd;
/* Tailwind (arbitrary) */
class="text-[#ceeafd] bg-[#ceeafd]"
/* SCSS */
$brand: #ceeafd;
/* SwiftUI */
Color(red: 0.808, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#ceeafd")Accessibility — WCAG contrast
Aa
#ceeafd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeafd on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green91.8%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ceeafd text on a black background
contrast 16.81:1
Card sample
#ceeafd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeafd;
Background color
Panel with #ceeafd background
background-color: #ceeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeafd; background: linear-gradient(135deg, #ceeafd, #D1CEFD);