#deeaf6
a pale, vivid blue · cool · closest name: lavender
RGB
222, 234, 246
HSL
210°, 57%, 92%
CMYK
10, 5, 0, 4
Luminance
0.8103
Every format
| HEX | #deeaf6 |
| RGB | rgb(222, 234, 246) |
| HSL | hsl(210, 57%, 92%) |
| CMYK | cmyk(10%, 5%, 0%, 4%) |
| LAB | lab(92.1 -1.7 -7.2) |
| LCH | lch(92.1 7.4 256.7) |
| OKLCH | oklch(0.932 0.021 248.1) |
Copy-ready code
/* CSS */
color: #deeaf6;
background-color: #deeaf6;
/* Tailwind (arbitrary) */
class="text-[#deeaf6] bg-[#deeaf6]"
/* SCSS */
$brand: #deeaf6;
/* SwiftUI */
Color(red: 0.871, green: 0.918, blue: 0.965)
/* Android */
Color.parseColor("#deeaf6")Accessibility — WCAG contrast
Aa
#deeaf6 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deeaf6 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green91.8%
Blue96.5%
CMYK percentages
Cyan9.8%
Magenta4.9%
Yellow0.0%
Key (black)3.5%
Color previews
#deeaf6 text on a black background
contrast 17.21:1
Card sample
#deeaf6 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deeaf6;
Background color
Panel with #deeaf6 background
background-color: #deeaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deeaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 234, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 234, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deeaf6; background: linear-gradient(135deg, #deeaf6, #E2DEF6);