#dfaeee
a light, vivid violet · warm · closest name: plum
RGB
223, 174, 238
HSL
286°, 65%, 81%
CMYK
6, 27, 0, 7
Luminance
0.5213
Every format
| HEX | #dfaeee |
| RGB | rgb(223, 174, 238) |
| HSL | hsl(286, 65%, 81%) |
| CMYK | cmyk(6%, 27%, 0%, 7%) |
| LAB | lab(77.4 28.9 -25.1) |
| LCH | lch(77.4 38.3 319.0) |
| OKLCH | oklch(0.816 0.102 318.2) |
Copy-ready code
/* CSS */
color: #dfaeee;
background-color: #dfaeee;
/* Tailwind (arbitrary) */
class="text-[#dfaeee] bg-[#dfaeee]"
/* SCSS */
$brand: #dfaeee;
/* SwiftUI */
Color(red: 0.875, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#dfaeee")Accessibility — WCAG contrast
Aa
#dfaeee on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaeee on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green68.2%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#dfaeee text on a black background
contrast 11.43:1
Card sample
#dfaeee text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaeee;
Background color
Panel with #dfaeee background
background-color: #dfaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaeee; background: linear-gradient(135deg, #dfaeee, #EEAED2);