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