#deeafd
a pale, electric blue · cool · closest name: lavender
RGB
222, 234, 253
HSL
217°, 89%, 93%
CMYK
12, 8, 0, 1
Luminance
0.8147
Every format
| HEX | #deeafd |
| RGB | rgb(222, 234, 253) |
| HSL | hsl(217, 89%, 93%) |
| CMYK | cmyk(12%, 8%, 0%, 1%) |
| LAB | lab(92.3 -0.3 -10.5) |
| LCH | lch(92.3 10.5 268.3) |
| OKLCH | oklch(0.934 0.029 259.6) |
Copy-ready code
/* CSS */
color: #deeafd;
background-color: #deeafd;
/* Tailwind (arbitrary) */
class="text-[#deeafd] bg-[#deeafd]"
/* SCSS */
$brand: #deeafd;
/* SwiftUI */
Color(red: 0.871, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#deeafd")Accessibility — WCAG contrast
Aa
#deeafd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeafd on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green91.8%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#deeafd text on a black background
contrast 17.29:1
Card sample
#deeafd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeafd;
Background color
Panel with #deeafd background
background-color: #deeafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeafd; background: linear-gradient(135deg, #deeafd, #E7DEFD);