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