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