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