#dfdfe4
a pale, muted blue · warm · closest name: lavender
RGB
223, 223, 228
HSL
240°, 9%, 88%
CMYK
2, 2, 0, 11
Luminance
0.7406
Every format
| HEX | #dfdfe4 |
| RGB | rgb(223, 223, 228) |
| HSL | hsl(240, 9%, 88%) |
| CMYK | cmyk(2%, 2%, 0%, 11%) |
| LAB | lab(89.0 0.9 -2.4) |
| LCH | lch(89.0 2.6 290.5) |
| OKLCH | oklch(0.905 0.007 286.3) |
Copy-ready code
/* CSS */
color: #dfdfe4;
background-color: #dfdfe4;
/* Tailwind (arbitrary) */
class="text-[#dfdfe4] bg-[#dfdfe4]"
/* SCSS */
$brand: #dfdfe4;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#dfdfe4")Accessibility — WCAG contrast
Aa
#dfdfe4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfe4 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue89.4%
CMYK percentages
Cyan2.2%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#dfdfe4 text on a black background
contrast 15.81:1
Card sample
#dfdfe4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfe4;
Background color
Panel with #dfdfe4 background
background-color: #dfdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfe4; background: linear-gradient(135deg, #dfdfe4, #E2DFE4);