#d2acf8
a light, electric violet · warm · closest name: plum
RGB
210, 172, 248
HSL
270°, 84%, 82%
CMYK
15, 31, 0, 3
Luminance
0.4998
Every format
| HEX | #d2acf8 |
| RGB | rgb(210, 172, 248) |
| HSL | hsl(270, 84%, 82%) |
| CMYK | cmyk(15%, 31%, 0%, 3%) |
| LAB | lab(76.1 27.9 -32.6) |
| LCH | lch(76.1 43.0 310.6) |
| OKLCH | oklch(0.805 0.112 306.9) |
Copy-ready code
/* CSS */
color: #d2acf8;
background-color: #d2acf8;
/* Tailwind (arbitrary) */
class="text-[#d2acf8] bg-[#d2acf8]"
/* SCSS */
$brand: #d2acf8;
/* SwiftUI */
Color(red: 0.824, green: 0.675, blue: 0.973)
/* Android */
Color.parseColor("#d2acf8")Accessibility — WCAG contrast
Aa
#d2acf8 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2acf8 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.5%
Blue97.3%
CMYK percentages
Cyan15.3%
Magenta30.6%
Yellow0.0%
Key (black)2.7%
Color previews
#d2acf8 text on a black background
contrast 11.00:1
Card sample
#d2acf8 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2acf8;
Background color
Panel with #d2acf8 background
background-color: #d2acf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2acf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 172, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 172, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2acf8; background: linear-gradient(135deg, #d2acf8, #F8ACEB);