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