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