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