#deeaf8
a pale, vivid blue · cool · closest name: lavender
RGB
222, 234, 248
HSL
212°, 65%, 92%
CMYK
11, 6, 0, 3
Luminance
0.8115
Every format
| HEX | #deeaf8 |
| RGB | rgb(222, 234, 248) |
| HSL | hsl(212, 65%, 92%) |
| CMYK | cmyk(11%, 6%, 0%, 3%) |
| LAB | lab(92.2 -1.3 -8.1) |
| LCH | lch(92.2 8.2 260.9) |
| OKLCH | oklch(0.932 0.023 252.2) |
Copy-ready code
/* CSS */
color: #deeaf8;
background-color: #deeaf8;
/* Tailwind (arbitrary) */
class="text-[#deeaf8] bg-[#deeaf8]"
/* SCSS */
$brand: #deeaf8;
/* SwiftUI */
Color(red: 0.871, green: 0.918, blue: 0.973)
/* Android */
Color.parseColor("#deeaf8")Accessibility — WCAG contrast
Aa
#deeaf8 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeaf8 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green91.8%
Blue97.3%
CMYK percentages
Cyan10.5%
Magenta5.6%
Yellow0.0%
Key (black)2.7%
Color previews
#deeaf8 text on a black background
contrast 17.23:1
Card sample
#deeaf8 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeaf8;
Background color
Panel with #deeaf8 background
background-color: #deeaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 234, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 234, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeaf8; background: linear-gradient(135deg, #deeaf8, #E3DEF8);