#d2acda
a light, soft violet · warm · closest name: plum
RGB
210, 172, 218
HSL
290°, 38%, 77%
CMYK
4, 21, 0, 15
Luminance
0.4827
Every format
| HEX | #d2acda |
| RGB | rgb(210, 172, 218) |
| HSL | hsl(290, 38%, 77%) |
| CMYK | cmyk(4%, 21%, 0%, 15%) |
| LAB | lab(75.0 21.9 -18.0) |
| LCH | lch(75.0 28.3 320.5) |
| OKLCH | oklch(0.793 0.076 320.4) |
Copy-ready code
/* CSS */
color: #d2acda;
background-color: #d2acda;
/* Tailwind (arbitrary) */
class="text-[#d2acda] bg-[#d2acda]"
/* SCSS */
$brand: #d2acda;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#d2acda")Accessibility — WCAG contrast
Aa
#d2acda on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acda on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue85.5%
CMYK percentages
Cyan3.7%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#d2acda text on a black background
contrast 10.65:1
Card sample
#d2acda text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acda;
Background color
Panel with #d2acda background
background-color: #d2acda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acda; background: linear-gradient(135deg, #d2acda, #DAACC3);