#ab2fd0
a balanced, vivid violet · warm · closest name: purple
RGB
171, 47, 208
HSL
286°, 63%, 50%
CMYK
18, 77, 0, 18
Luminance
0.1525
Every format
| HEX | #ab2fd0 |
| RGB | rgb(171, 47, 208) |
| HSL | hsl(286, 63%, 50%) |
| CMYK | cmyk(18%, 77%, 0%, 18%) |
| LAB | lab(46.0 70.3 -58.1) |
| LCH | lch(46.0 91.2 320.4) |
| OKLCH | oklch(0.566 0.239 316.9) |
Copy-ready code
/* CSS */
color: #ab2fd0;
background-color: #ab2fd0;
/* Tailwind (arbitrary) */
class="text-[#ab2fd0] bg-[#ab2fd0]"
/* SCSS */
$brand: #ab2fd0;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#ab2fd0")Accessibility — WCAG contrast
Aa
#ab2fd0 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2fd0 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue81.6%
CMYK percentages
Cyan17.8%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#ab2fd0 text on a black background
contrast 4.05:1
Card sample
#ab2fd0 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2fd0;
Background color
Panel with #ab2fd0 background
background-color: #ab2fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2fd0; background: linear-gradient(135deg, #ab2fd0, #D02F8A);