#dfe2eb
a pale, soft blue · warm · closest name: lavender
RGB
223, 226, 235
HSL
225°, 23%, 90%
CMYK
5, 4, 0, 8
Luminance
0.7608
Every format
| HEX | #dfe2eb |
| RGB | rgb(223, 226, 235) |
| HSL | hsl(225, 23%, 90%) |
| CMYK | cmyk(5%, 4%, 0%, 8%) |
| LAB | lab(89.9 0.7 -4.7) |
| LCH | lch(89.9 4.8 277.8) |
| OKLCH | oklch(0.913 0.013 271.3) |
Copy-ready code
/* CSS */
color: #dfe2eb;
background-color: #dfe2eb;
/* Tailwind (arbitrary) */
class="text-[#dfe2eb] bg-[#dfe2eb]"
/* SCSS */
$brand: #dfe2eb;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#dfe2eb")Accessibility — WCAG contrast
Aa
#dfe2eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe2eb on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#dfe2eb text on a black background
contrast 16.22:1
Card sample
#dfe2eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe2eb;
Background color
Panel with #dfe2eb background
background-color: #dfe2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe2eb; background: linear-gradient(135deg, #dfe2eb, #E4DFEB);