#d0acf4
a light, electric violet · warm · closest name: plum
RGB
208, 172, 244
HSL
270°, 77%, 82%
CMYK
15, 30, 0, 4
Luminance
0.4945
Every format
| HEX | #d0acf4 |
| RGB | rgb(208, 172, 244) |
| HSL | hsl(270, 77%, 82%) |
| CMYK | cmyk(15%, 30%, 0%, 4%) |
| LAB | lab(75.7 26.5 -31.0) |
| LCH | lch(75.7 40.8 310.5) |
| OKLCH | oklch(0.801 0.106 307.0) |
Copy-ready code
/* CSS */
color: #d0acf4;
background-color: #d0acf4;
/* Tailwind (arbitrary) */
class="text-[#d0acf4] bg-[#d0acf4]"
/* SCSS */
$brand: #d0acf4;
/* SwiftUI */
Color(red: 0.816, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#d0acf4")Accessibility — WCAG contrast
Aa
#d0acf4 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0acf4 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.5%
Blue95.7%
CMYK percentages
Cyan14.8%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#d0acf4 text on a black background
contrast 10.89:1
Card sample
#d0acf4 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0acf4;
Background color
Panel with #d0acf4 background
background-color: #d0acf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0acf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0acf4; background: linear-gradient(135deg, #d0acf4, #F4ACE8);