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