#ab4dfe
a balanced, electric violet · warm · closest name: magenta
RGB
171, 77, 254
HSL
272°, 99%, 65%
CMYK
33, 70, 0, 0
Luminance
0.2112
Every format
| HEX | #ab4dfe |
| RGB | rgb(171, 77, 254) |
| HSL | hsl(272, 99%, 65%) |
| CMYK | cmyk(33%, 70%, 0%, 0%) |
| LAB | lab(53.1 68.4 -72.6) |
| LCH | lch(53.1 99.7 313.3) |
| OKLCH | oklch(0.626 0.250 304.3) |
Copy-ready code
/* CSS */
color: #ab4dfe;
background-color: #ab4dfe;
/* Tailwind (arbitrary) */
class="text-[#ab4dfe] bg-[#ab4dfe]"
/* SCSS */
$brand: #ab4dfe;
/* SwiftUI */
Color(red: 0.671, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#ab4dfe")Accessibility — WCAG contrast
Aa
#ab4dfe on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab4dfe on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green30.2%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta69.7%
Yellow0.0%
Key (black)0.4%
Color previews
#ab4dfe text on a black background
contrast 5.22:1
Card sample
#ab4dfe text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4dfe;
Background color
Panel with #ab4dfe background
background-color: #ab4dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4dfe; background: linear-gradient(135deg, #ab4dfe, #FE4DDB);