#d1abf7
a light, electric violet · warm · closest name: plum
RGB
209, 171, 247
HSL
270°, 83%, 82%
CMYK
15, 31, 0, 3
Luminance
0.4940
Every format
| HEX | #d1abf7 |
| RGB | rgb(209, 171, 247) |
| HSL | hsl(270, 83%, 82%) |
| CMYK | cmyk(15%, 31%, 0%, 3%) |
| LAB | lab(75.7 28.0 -32.7) |
| LCH | lch(75.7 43.0 310.6) |
| OKLCH | oklch(0.801 0.112 306.9) |
Copy-ready code
/* CSS */
color: #d1abf7;
background-color: #d1abf7;
/* Tailwind (arbitrary) */
class="text-[#d1abf7] bg-[#d1abf7]"
/* SCSS */
$brand: #d1abf7;
/* SwiftUI */
Color(red: 0.820, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#d1abf7")Accessibility — WCAG contrast
Aa
#d1abf7 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1abf7 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green67.1%
Blue96.9%
CMYK percentages
Cyan15.4%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#d1abf7 text on a black background
contrast 10.88:1
Card sample
#d1abf7 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1abf7;
Background color
Panel with #d1abf7 background
background-color: #d1abf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1abf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1abf7; background: linear-gradient(135deg, #d1abf7, #F7ABEA);