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