#deeafb
a pale, electric blue · cool · closest name: lavender
RGB
222, 234, 251
HSL
215°, 78%, 93%
CMYK
12, 7, 0, 2
Luminance
0.8134
Every format
| HEX | #deeafb |
| RGB | rgb(222, 234, 251) |
| HSL | hsl(215, 78%, 93%) |
| CMYK | cmyk(12%, 7%, 0%, 2%) |
| LAB | lab(92.3 -0.7 -9.6) |
| LCH | lch(92.3 9.6 265.7) |
| OKLCH | oklch(0.933 0.026 257.0) |
Copy-ready code
/* CSS */
color: #deeafb;
background-color: #deeafb;
/* Tailwind (arbitrary) */
class="text-[#deeafb] bg-[#deeafb]"
/* SCSS */
$brand: #deeafb;
/* SwiftUI */
Color(red: 0.871, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#deeafb")Accessibility — WCAG contrast
Aa
#deeafb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeafb on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green91.8%
Blue98.4%
CMYK percentages
Cyan11.6%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#deeafb text on a black background
contrast 17.27:1
Card sample
#deeafb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeafb;
Background color
Panel with #deeafb background
background-color: #deeafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeafb; background: linear-gradient(135deg, #deeafb, #E5DEFB);