#d3acf2
a light, vivid violet · warm · closest name: plum
RGB
211, 172, 242
HSL
273°, 73%, 81%
CMYK
13, 29, 0, 5
Luminance
0.4976
Every format
| HEX | #d3acf2 |
| RGB | rgb(211, 172, 242) |
| HSL | hsl(273, 73%, 81%) |
| CMYK | cmyk(13%, 29%, 0%, 5%) |
| LAB | lab(75.9 27.0 -29.6) |
| LCH | lch(75.9 40.0 312.4) |
| OKLCH | oklch(0.803 0.105 309.5) |
Copy-ready code
/* CSS */
color: #d3acf2;
background-color: #d3acf2;
/* Tailwind (arbitrary) */
class="text-[#d3acf2] bg-[#d3acf2]"
/* SCSS */
$brand: #d3acf2;
/* SwiftUI */
Color(red: 0.827, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#d3acf2")Accessibility — WCAG contrast
Aa
#d3acf2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3acf2 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green67.5%
Blue94.9%
CMYK percentages
Cyan12.8%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#d3acf2 text on a black background
contrast 10.95:1
Card sample
#d3acf2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3acf2;
Background color
Panel with #d3acf2 background
background-color: #d3acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3acf2; background: linear-gradient(135deg, #d3acf2, #F2ACE2);