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