#d9abf7
a light, electric violet · warm · closest name: plum
RGB
217, 171, 247
HSL
276°, 83%, 82%
CMYK
12, 31, 0, 3
Luminance
0.5059
Every format
| HEX | #d9abf7 |
| RGB | rgb(217, 171, 247) |
| HSL | hsl(276, 83%, 82%) |
| CMYK | cmyk(12%, 31%, 0%, 3%) |
| LAB | lab(76.4 30.4 -31.5) |
| LCH | lch(76.4 43.8 314.0) |
| OKLCH | oklch(0.809 0.115 311.5) |
Copy-ready code
/* CSS */
color: #d9abf7;
background-color: #d9abf7;
/* Tailwind (arbitrary) */
class="text-[#d9abf7] bg-[#d9abf7]"
/* SCSS */
$brand: #d9abf7;
/* SwiftUI */
Color(red: 0.851, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#d9abf7")Accessibility — WCAG contrast
Aa
#d9abf7 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9abf7 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green67.1%
Blue96.9%
CMYK percentages
Cyan12.1%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#d9abf7 text on a black background
contrast 11.12:1
Card sample
#d9abf7 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9abf7;
Background color
Panel with #d9abf7 background
background-color: #d9abf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9abf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9abf7; background: linear-gradient(135deg, #d9abf7, #F7ABE2);