#dee8f5
a pale, vivid blue · cool · closest name: lavender
RGB
222, 232, 245
HSL
214°, 54%, 92%
CMYK
9, 5, 0, 4
Luminance
0.7984
Every format
| HEX | #dee8f5 |
| RGB | rgb(222, 232, 245) |
| HSL | hsl(214, 54%, 92%) |
| CMYK | cmyk(9%, 5%, 0%, 4%) |
| LAB | lab(91.6 -0.9 -7.4) |
| LCH | lch(91.6 7.5 263.4) |
| OKLCH | oklch(0.927 0.021 254.9) |
Copy-ready code
/* CSS */
color: #dee8f5;
background-color: #dee8f5;
/* Tailwind (arbitrary) */
class="text-[#dee8f5] bg-[#dee8f5]"
/* SCSS */
$brand: #dee8f5;
/* SwiftUI */
Color(red: 0.871, green: 0.910, blue: 0.961)
/* Android */
Color.parseColor("#dee8f5")Accessibility — WCAG contrast
Aa
#dee8f5 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dee8f5 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green91.0%
Blue96.1%
CMYK percentages
Cyan9.4%
Magenta5.3%
Yellow0.0%
Key (black)3.9%
Color previews
#dee8f5 text on a black background
contrast 16.97:1
Card sample
#dee8f5 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dee8f5;
Background color
Panel with #dee8f5 background
background-color: #dee8f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dee8f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 232, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 232, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dee8f5; background: linear-gradient(135deg, #dee8f5, #E3DEF5);