#d2aceb
a light, vivid violet · warm · closest name: plum
RGB
210, 172, 235
HSL
276°, 61%, 80%
CMYK
11, 27, 0, 8
Luminance
0.4920
Every format
| HEX | #d2aceb |
| RGB | rgb(210, 172, 235) |
| HSL | hsl(276, 61%, 80%) |
| CMYK | cmyk(11%, 27%, 0%, 8%) |
| LAB | lab(75.6 25.2 -26.3) |
| LCH | lch(75.6 36.5 313.8) |
| OKLCH | oklch(0.799 0.096 311.6) |
Copy-ready code
/* CSS */
color: #d2aceb;
background-color: #d2aceb;
/* Tailwind (arbitrary) */
class="text-[#d2aceb] bg-[#d2aceb]"
/* SCSS */
$brand: #d2aceb;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#d2aceb")Accessibility — WCAG contrast
Aa
#d2aceb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2aceb on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#d2aceb text on a black background
contrast 10.84:1
Card sample
#d2aceb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2aceb;
Background color
Panel with #d2aceb background
background-color: #d2aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2aceb; background: linear-gradient(135deg, #d2aceb, #EBACDA);