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