#d2acee
a light, vivid violet · warm · closest name: plum
RGB
210, 172, 238
HSL
275°, 66%, 80%
CMYK
12, 28, 0, 7
Luminance
0.4938
Every format
| HEX | #d2acee |
| RGB | rgb(210, 172, 238) |
| HSL | hsl(275, 66%, 80%) |
| CMYK | cmyk(12%, 28%, 0%, 7%) |
| LAB | lab(75.7 25.9 -27.8) |
| LCH | lch(75.7 38.0 312.9) |
| OKLCH | oklch(0.800 0.100 310.4) |
Copy-ready code
/* CSS */
color: #d2acee;
background-color: #d2acee;
/* Tailwind (arbitrary) */
class="text-[#d2acee] bg-[#d2acee]"
/* SCSS */
$brand: #d2acee;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#d2acee")Accessibility — WCAG contrast
Aa
#d2acee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acee on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#d2acee text on a black background
contrast 10.88:1
Card sample
#d2acee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acee;
Background color
Panel with #d2acee background
background-color: #d2acee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acee; background: linear-gradient(135deg, #d2acee, #EEACDE);