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