#d2abfe
a light, electric violet · warm · closest name: plum
RGB
210, 171, 254
HSL
268°, 98%, 83%
CMYK
17, 33, 0, 0
Luminance
0.4998
Every format
| HEX | #d2abfe |
| RGB | rgb(210, 171, 254) |
| HSL | hsl(268, 98%, 83%) |
| CMYK | cmyk(17%, 33%, 0%, 0%) |
| LAB | lab(76.1 29.8 -35.9) |
| LCH | lch(76.1 46.6 309.7) |
| OKLCH | oklch(0.805 0.121 305.4) |
Copy-ready code
/* CSS */
color: #d2abfe;
background-color: #d2abfe;
/* Tailwind (arbitrary) */
class="text-[#d2abfe] bg-[#d2abfe]"
/* SCSS */
$brand: #d2abfe;
/* SwiftUI */
Color(red: 0.824, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#d2abfe")Accessibility — WCAG contrast
Aa
#d2abfe on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2abfe on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.1%
Blue99.6%
CMYK percentages
Cyan17.3%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#d2abfe text on a black background
contrast 11.00:1
Card sample
#d2abfe text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2abfe;
Background color
Panel with #d2abfe background
background-color: #d2abfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2abfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2abfe; background: linear-gradient(135deg, #d2abfe, #FEABF3);