#d2abf3
a light, electric violet · warm · closest name: plum
RGB
210, 171, 243
HSL
273°, 75%, 81%
CMYK
14, 30, 0, 5
Luminance
0.4930
Every format
| HEX | #d2abf3 |
| RGB | rgb(210, 171, 243) |
| HSL | hsl(273, 75%, 81%) |
| CMYK | cmyk(14%, 30%, 0%, 5%) |
| LAB | lab(75.6 27.4 -30.6) |
| LCH | lch(75.6 41.1 311.9) |
| OKLCH | oklch(0.801 0.108 308.8) |
Copy-ready code
/* CSS */
color: #d2abf3;
background-color: #d2abf3;
/* Tailwind (arbitrary) */
class="text-[#d2abf3] bg-[#d2abf3]"
/* SCSS */
$brand: #d2abf3;
/* SwiftUI */
Color(red: 0.824, green: 0.671, blue: 0.953)
/* Android */
Color.parseColor("#d2abf3")Accessibility — WCAG contrast
Aa
#d2abf3 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2abf3 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.1%
Blue95.3%
CMYK percentages
Cyan13.6%
Magenta29.6%
Yellow0.0%
Key (black)4.7%
Color previews
#d2abf3 text on a black background
contrast 10.86:1
Card sample
#d2abf3 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2abf3;
Background color
Panel with #d2abf3 background
background-color: #d2abf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2abf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 171, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 171, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2abf3; background: linear-gradient(135deg, #d2abf3, #F3ABE4);