#d2aaee
a light, vivid violet · warm · closest name: plum
RGB
210, 170, 238
HSL
275°, 67%, 80%
CMYK
12, 29, 0, 7
Luminance
0.4862
Every format
| HEX | #d2aaee |
| RGB | rgb(210, 170, 238) |
| HSL | hsl(275, 67%, 80%) |
| CMYK | cmyk(12%, 29%, 0%, 7%) |
| LAB | lab(75.2 26.9 -28.5) |
| LCH | lch(75.2 39.2 313.4) |
| OKLCH | oklch(0.797 0.103 310.9) |
Copy-ready code
/* CSS */
color: #d2aaee;
background-color: #d2aaee;
/* Tailwind (arbitrary) */
class="text-[#d2aaee] bg-[#d2aaee]"
/* SCSS */
$brand: #d2aaee;
/* SwiftUI */
Color(red: 0.824, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#d2aaee")Accessibility — WCAG contrast
Aa
#d2aaee on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2aaee on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green66.7%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#d2aaee text on a black background
contrast 10.72:1
Card sample
#d2aaee text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2aaee;
Background color
Panel with #d2aaee background
background-color: #d2aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2aaee; background: linear-gradient(135deg, #d2aaee, #EEAADD);