#dee2eb
a pale, soft blue · cool · closest name: lavender
RGB
222, 226, 235
HSL
222°, 25%, 90%
CMYK
6, 4, 0, 8
Luminance
0.7592
Every format
| HEX | #dee2eb |
| RGB | rgb(222, 226, 235) |
| HSL | hsl(222, 25%, 90%) |
| CMYK | cmyk(6%, 4%, 0%, 8%) |
| LAB | lab(89.8 0.3 -4.8) |
| LCH | lch(89.8 4.8 273.8) |
| OKLCH | oklch(0.912 0.013 266.7) |
Copy-ready code
/* CSS */
color: #dee2eb;
background-color: #dee2eb;
/* Tailwind (arbitrary) */
class="text-[#dee2eb] bg-[#dee2eb]"
/* SCSS */
$brand: #dee2eb;
/* SwiftUI */
Color(red: 0.871, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#dee2eb")Accessibility — WCAG contrast
Aa
#dee2eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dee2eb on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green88.6%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#dee2eb text on a black background
contrast 16.18:1
Card sample
#dee2eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dee2eb;
Background color
Panel with #dee2eb background
background-color: #dee2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dee2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dee2eb; background: linear-gradient(135deg, #dee2eb, #E3DEEB);