#deeaf3
a pale, vivid blue · cool · closest name: lavender
RGB
222, 234, 243
HSL
206°, 47%, 91%
CMYK
9, 4, 0, 5
Luminance
0.8085
Every format
| HEX | #deeaf3 |
| RGB | rgb(222, 234, 243) |
| HSL | hsl(206, 47%, 91%) |
| CMYK | cmyk(9%, 4%, 0%, 5%) |
| LAB | lab(92.1 -2.3 -5.7) |
| LCH | lch(92.1 6.2 248.4) |
| OKLCH | oklch(0.931 0.018 240.0) |
Copy-ready code
/* CSS */
color: #deeaf3;
background-color: #deeaf3;
/* Tailwind (arbitrary) */
class="text-[#deeaf3] bg-[#deeaf3]"
/* SCSS */
$brand: #deeaf3;
/* SwiftUI */
Color(red: 0.871, green: 0.918, blue: 0.953)
/* Android */
Color.parseColor("#deeaf3")Accessibility — WCAG contrast
Aa
#deeaf3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeaf3 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green91.8%
Blue95.3%
CMYK percentages
Cyan8.6%
Magenta3.7%
Yellow0.0%
Key (black)4.7%
Color previews
#deeaf3 text on a black background
contrast 17.17:1
Card sample
#deeaf3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeaf3;
Background color
Panel with #deeaf3 background
background-color: #deeaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 234, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 234, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeaf3; background: linear-gradient(135deg, #deeaf3, #E0DEF3);