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