#dfdae8
a pale, soft violet · warm · closest name: lavender
RGB
223, 218, 232
HSL
261°, 23%, 88%
CMYK
4, 6, 0, 9
Luminance
0.7166
Every format
| HEX | #dfdae8 |
| RGB | rgb(223, 218, 232) |
| HSL | hsl(261, 23%, 88%) |
| CMYK | cmyk(4%, 6%, 0%, 9%) |
| LAB | lab(87.8 4.3 -6.2) |
| LCH | lch(87.8 7.5 304.3) |
| OKLCH | oklch(0.896 0.020 302.2) |
Copy-ready code
/* CSS */
color: #dfdae8;
background-color: #dfdae8;
/* Tailwind (arbitrary) */
class="text-[#dfdae8] bg-[#dfdae8]"
/* SCSS */
$brand: #dfdae8;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.910)
/* Android */
Color.parseColor("#dfdae8")Accessibility — WCAG contrast
Aa
#dfdae8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdae8 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta6.0%
Yellow0.0%
Key (black)9.0%
Color previews
#dfdae8 text on a black background
contrast 15.33:1
Card sample
#dfdae8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdae8;
Background color
Panel with #dfdae8 background
background-color: #dfdae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdae8; background: linear-gradient(135deg, #dfdae8, #E8DAE8);