#dfdae3
a pale, muted violet · warm · closest name: lavender
RGB
223, 218, 227
HSL
273°, 14%, 87%
CMYK
2, 4, 0, 11
Luminance
0.7138
Every format
| HEX | #dfdae3 |
| RGB | rgb(223, 218, 227) |
| HSL | hsl(273, 14%, 87%) |
| CMYK | cmyk(2%, 4%, 0%, 11%) |
| LAB | lab(87.7 3.3 -3.8) |
| LCH | lch(87.7 5.0 311.1) |
| OKLCH | oklch(0.895 0.013 310.5) |
Copy-ready code
/* CSS */
color: #dfdae3;
background-color: #dfdae3;
/* Tailwind (arbitrary) */
class="text-[#dfdae3] bg-[#dfdae3]"
/* SCSS */
$brand: #dfdae3;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.890)
/* Android */
Color.parseColor("#dfdae3")Accessibility — WCAG contrast
Aa
#dfdae3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdae3 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue89.0%
CMYK percentages
Cyan1.8%
Magenta4.0%
Yellow0.0%
Key (black)11.0%
Color previews
#dfdae3 text on a black background
contrast 15.28:1
Card sample
#dfdae3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdae3;
Background color
Panel with #dfdae3 background
background-color: #dfdae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdae3; background: linear-gradient(135deg, #dfdae3, #E3DAE1);