#ab3af5
a balanced, electric violet · warm · closest name: magenta
RGB
171, 58, 245
HSL
276°, 90%, 59%
CMYK
30, 76, 0, 4
Luminance
0.1828
Every format
| HEX | #ab3af5 |
| RGB | rgb(171, 58, 245) |
| HSL | hsl(276, 90%, 59%) |
| CMYK | cmyk(30%, 76%, 0%, 4%) |
| LAB | lab(49.8 73.9 -72.8) |
| LCH | lch(49.8 103.8 315.4) |
| OKLCH | oklch(0.601 0.261 307.5) |
Copy-ready code
/* CSS */
color: #ab3af5;
background-color: #ab3af5;
/* Tailwind (arbitrary) */
class="text-[#ab3af5] bg-[#ab3af5]"
/* SCSS */
$brand: #ab3af5;
/* SwiftUI */
Color(red: 0.671, green: 0.227, blue: 0.961)
/* Android */
Color.parseColor("#ab3af5")Accessibility — WCAG contrast
Aa
#ab3af5 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab3af5 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green22.7%
Blue96.1%
CMYK percentages
Cyan30.2%
Magenta76.3%
Yellow0.0%
Key (black)3.9%
Color previews
#ab3af5 text on a black background
contrast 4.66:1
Card sample
#ab3af5 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3af5;
Background color
Panel with #ab3af5 background
background-color: #ab3af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 58, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 58, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3af5; background: linear-gradient(135deg, #ab3af5, #F53AC2);