#d8acf6
a light, electric violet · warm · closest name: plum
RGB
216, 172, 246
HSL
276°, 80%, 82%
CMYK
12, 30, 0, 4
Luminance
0.5076
Every format
| HEX | #d8acf6 |
| RGB | rgb(216, 172, 246) |
| HSL | hsl(276, 80%, 82%) |
| CMYK | cmyk(12%, 30%, 0%, 4%) |
| LAB | lab(76.5 29.4 -30.8) |
| LCH | lch(76.5 42.5 313.6) |
| OKLCH | oklch(0.809 0.112 311.1) |
Copy-ready code
/* CSS */
color: #d8acf6;
background-color: #d8acf6;
/* Tailwind (arbitrary) */
class="text-[#d8acf6] bg-[#d8acf6]"
/* SCSS */
$brand: #d8acf6;
/* SwiftUI */
Color(red: 0.847, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#d8acf6")Accessibility — WCAG contrast
Aa
#d8acf6 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8acf6 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green67.5%
Blue96.5%
CMYK percentages
Cyan12.2%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#d8acf6 text on a black background
contrast 11.15:1
Card sample
#d8acf6 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8acf6;
Background color
Panel with #d8acf6 background
background-color: #d8acf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8acf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8acf6; background: linear-gradient(135deg, #d8acf6, #F6ACE3);