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