#dfddee
a pale, soft blue · warm · closest name: lavender
RGB
223, 221, 238
HSL
247°, 33%, 90%
CMYK
6, 7, 0, 7
Luminance
0.7357
Every format
| HEX | #dfddee |
| RGB | rgb(223, 221, 238) |
| HSL | hsl(247, 33%, 90%) |
| CMYK | cmyk(6%, 7%, 0%, 7%) |
| LAB | lab(88.7 3.8 -8.0) |
| LCH | lch(88.7 8.9 295.4) |
| OKLCH | oklch(0.904 0.023 291.3) |
Copy-ready code
/* CSS */
color: #dfddee;
background-color: #dfddee;
/* Tailwind (arbitrary) */
class="text-[#dfddee] bg-[#dfddee]"
/* SCSS */
$brand: #dfddee;
/* SwiftUI */
Color(red: 0.875, green: 0.867, blue: 0.933)
/* Android */
Color.parseColor("#dfddee")Accessibility — WCAG contrast
Aa
#dfddee on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfddee on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.7%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta7.1%
Yellow0.0%
Key (black)6.7%
Color previews
#dfddee text on a black background
contrast 15.71:1
Card sample
#dfddee text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfddee;
Background color
Panel with #dfddee background
background-color: #dfddee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfddee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 221, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 221, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfddee; background: linear-gradient(135deg, #dfddee, #EADDEE);