#ab2fe4
a balanced, electric violet · warm · closest name: magenta
RGB
171, 47, 228
HSL
281°, 77%, 54%
CMYK
25, 79, 0, 11
Luminance
0.1629
Every format
| HEX | #ab2fe4 |
| RGB | rgb(171, 47, 228) |
| HSL | hsl(281, 77%, 54%) |
| CMYK | cmyk(25%, 79%, 0%, 11%) |
| LAB | lab(47.4 74.1 -67.3) |
| LCH | lch(47.4 100.1 317.7) |
| OKLCH | oklch(0.580 0.256 311.9) |
Copy-ready code
/* CSS */
color: #ab2fe4;
background-color: #ab2fe4;
/* Tailwind (arbitrary) */
class="text-[#ab2fe4] bg-[#ab2fe4]"
/* SCSS */
$brand: #ab2fe4;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.894)
/* Android */
Color.parseColor("#ab2fe4")Accessibility — WCAG contrast
Aa
#ab2fe4 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2fe4 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue89.4%
CMYK percentages
Cyan25.0%
Magenta79.4%
Yellow0.0%
Key (black)10.6%
Color previews
#ab2fe4 text on a black background
contrast 4.26:1
Card sample
#ab2fe4 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2fe4;
Background color
Panel with #ab2fe4 background
background-color: #ab2fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2fe4; background: linear-gradient(135deg, #ab2fe4, #E42FA4);