#dfdfe2
a pale, muted gray · warm · closest name: lavender
RGB
223, 223, 226
HSL
240°, 5%, 88%
CMYK
1, 1, 0, 11
Luminance
0.7395
Every format
| HEX | #dfdfe2 |
| RGB | rgb(223, 223, 226) |
| HSL | hsl(240, 5%, 88%) |
| CMYK | cmyk(1%, 1%, 0%, 11%) |
| LAB | lab(88.9 0.5 -1.5) |
| LCH | lch(88.9 1.6 290.3) |
| OKLCH | oklch(0.904 0.004 286.3) |
Copy-ready code
/* CSS */
color: #dfdfe2;
background-color: #dfdfe2;
/* Tailwind (arbitrary) */
class="text-[#dfdfe2] bg-[#dfdfe2]"
/* SCSS */
$brand: #dfdfe2;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#dfdfe2")Accessibility — WCAG contrast
Aa
#dfdfe2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfe2 on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#dfdfe2 text on a black background
contrast 15.79:1
Card sample
#dfdfe2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfe2;
Background color
Panel with #dfdfe2 background
background-color: #dfdfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfe2; background: linear-gradient(135deg, #dfdfe2, #E1DFE2);