#dee2f2
a pale, soft blue · warm · closest name: lavender
RGB
222, 226, 242
HSL
228°, 44%, 91%
CMYK
8, 7, 0, 5
Luminance
0.7633
Every format
| HEX | #dee2f2 |
| RGB | rgb(222, 226, 242) |
| HSL | hsl(228, 44%, 91%) |
| CMYK | cmyk(8%, 7%, 0%, 5%) |
| LAB | lab(90.0 1.7 -8.2) |
| LCH | lch(90.0 8.4 281.4) |
| OKLCH | oklch(0.914 0.022 274.7) |
Copy-ready code
/* CSS */
color: #dee2f2;
background-color: #dee2f2;
/* Tailwind (arbitrary) */
class="text-[#dee2f2] bg-[#dee2f2]"
/* SCSS */
$brand: #dee2f2;
/* SwiftUI */
Color(red: 0.871, green: 0.886, blue: 0.949)
/* Android */
Color.parseColor("#dee2f2")Accessibility — WCAG contrast
Aa
#dee2f2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dee2f2 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green88.6%
Blue94.9%
CMYK percentages
Cyan8.3%
Magenta6.6%
Yellow0.0%
Key (black)5.1%
Color previews
#dee2f2 text on a black background
contrast 16.27:1
Card sample
#dee2f2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dee2f2;
Background color
Panel with #dee2f2 background
background-color: #dee2f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dee2f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 226, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 226, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dee2f2; background: linear-gradient(135deg, #dee2f2, #E7DEF2);