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