#d1acf6
a light, electric violet · warm · closest name: plum
RGB
209, 172, 246
HSL
270°, 80%, 82%
CMYK
15, 30, 0, 4
Luminance
0.4971
Every format
| HEX | #d1acf6 |
| RGB | rgb(209, 172, 246) |
| HSL | hsl(270, 80%, 82%) |
| CMYK | cmyk(15%, 30%, 0%, 4%) |
| LAB | lab(75.9 27.2 -31.8) |
| LCH | lch(75.9 41.9 310.5) |
| OKLCH | oklch(0.803 0.109 306.9) |
Copy-ready code
/* CSS */
color: #d1acf6;
background-color: #d1acf6;
/* Tailwind (arbitrary) */
class="text-[#d1acf6] bg-[#d1acf6]"
/* SCSS */
$brand: #d1acf6;
/* SwiftUI */
Color(red: 0.820, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#d1acf6")Accessibility — WCAG contrast
Aa
#d1acf6 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1acf6 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green67.5%
Blue96.5%
CMYK percentages
Cyan15.0%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#d1acf6 text on a black background
contrast 10.94:1
Card sample
#d1acf6 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1acf6;
Background color
Panel with #d1acf6 background
background-color: #d1acf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1acf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1acf6; background: linear-gradient(135deg, #d1acf6, #F6ACEA);