#dfaaeb
a light, vivid violet · warm · closest name: plum
RGB
223, 170, 235
HSL
289°, 62%, 79%
CMYK
5, 28, 0, 8
Luminance
0.5044
Every format
| HEX | #dfaaeb |
| RGB | rgb(223, 170, 235) |
| HSL | hsl(289, 62%, 79%) |
| CMYK | cmyk(5%, 28%, 0%, 8%) |
| LAB | lab(76.3 30.4 -25.1) |
| LCH | lch(76.3 39.4 320.5) |
| OKLCH | oklch(0.808 0.106 320.0) |
Copy-ready code
/* CSS */
color: #dfaaeb;
background-color: #dfaaeb;
/* Tailwind (arbitrary) */
class="text-[#dfaaeb] bg-[#dfaaeb]"
/* SCSS */
$brand: #dfaaeb;
/* SwiftUI */
Color(red: 0.875, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#dfaaeb")Accessibility — WCAG contrast
Aa
#dfaaeb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfaaeb on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green66.7%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#dfaaeb text on a black background
contrast 11.09:1
Card sample
#dfaaeb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfaaeb;
Background color
Panel with #dfaaeb background
background-color: #dfaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfaaeb; background: linear-gradient(135deg, #dfaaeb, #EBAACC);