#dfdaeb
a pale, soft violet · warm · closest name: lavender
RGB
223, 218, 235
HSL
258°, 30%, 89%
CMYK
5, 7, 0, 8
Luminance
0.7183
Every format
| HEX | #dfdaeb |
| RGB | rgb(223, 218, 235) |
| HSL | hsl(258, 30%, 89%) |
| CMYK | cmyk(5%, 7%, 0%, 8%) |
| LAB | lab(87.9 4.8 -7.7) |
| LCH | lch(87.9 9.1 302.0) |
| OKLCH | oklch(0.897 0.024 299.3) |
Copy-ready code
/* CSS */
color: #dfdaeb;
background-color: #dfdaeb;
/* Tailwind (arbitrary) */
class="text-[#dfdaeb] bg-[#dfdaeb]"
/* SCSS */
$brand: #dfdaeb;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#dfdaeb")Accessibility — WCAG contrast
Aa
#dfdaeb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdaeb on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#dfdaeb text on a black background
contrast 15.37:1
Card sample
#dfdaeb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdaeb;
Background color
Panel with #dfdaeb background
background-color: #dfdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdaeb; background: linear-gradient(135deg, #dfdaeb, #EADAEB);