#dfaaee
a light, vivid violet · warm · closest name: plum
RGB
223, 170, 238
HSL
287°, 67%, 80%
CMYK
6, 29, 0, 7
Luminance
0.5061
Every format
| HEX | #dfaaee |
| RGB | rgb(223, 170, 238) |
| HSL | hsl(287, 67%, 80%) |
| CMYK | cmyk(6%, 29%, 0%, 7%) |
| LAB | lab(76.4 31.0 -26.5) |
| LCH | lch(76.4 40.8 319.5) |
| OKLCH | oklch(0.809 0.109 318.7) |
Copy-ready code
/* CSS */
color: #dfaaee;
background-color: #dfaaee;
/* Tailwind (arbitrary) */
class="text-[#dfaaee] bg-[#dfaaee]"
/* SCSS */
$brand: #dfaaee;
/* SwiftUI */
Color(red: 0.875, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#dfaaee")Accessibility — WCAG contrast
Aa
#dfaaee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaaee on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green66.7%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#dfaaee text on a black background
contrast 11.12:1
Card sample
#dfaaee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaaee;
Background color
Panel with #dfaaee background
background-color: #dfaaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaaee; background: linear-gradient(135deg, #dfaaee, #EEAAD0);