#dfdaee
a pale, soft violet · warm · closest name: lavender
RGB
223, 218, 238
HSL
255°, 37%, 89%
CMYK
6, 8, 0, 7
Luminance
0.7200
Every format
| HEX | #dfdaee |
| RGB | rgb(223, 218, 238) |
| HSL | hsl(255, 37%, 89%) |
| CMYK | cmyk(6%, 8%, 0%, 7%) |
| LAB | lab(88.0 5.4 -9.2) |
| LCH | lch(88.0 10.6 300.5) |
| OKLCH | oklch(0.898 0.028 297.3) |
Copy-ready code
/* CSS */
color: #dfdaee;
background-color: #dfdaee;
/* Tailwind (arbitrary) */
class="text-[#dfdaee] bg-[#dfdaee]"
/* SCSS */
$brand: #dfdaee;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#dfdaee")Accessibility — WCAG contrast
Aa
#dfdaee on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdaee on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta8.4%
Yellow0.0%
Key (black)6.7%
Color previews
#dfdaee text on a black background
contrast 15.40:1
Card sample
#dfdaee text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdaee;
Background color
Panel with #dfdaee background
background-color: #dfdaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdaee; background: linear-gradient(135deg, #dfdaee, #ECDAEE);