#ab3bff
a balanced, electric violet · warm · closest name: magenta
RGB
171, 59, 255
HSL
274°, 100%, 62%
CMYK
33, 77, 0, 0
Luminance
0.1901
Every format
| HEX | #ab3bff |
| RGB | rgb(171, 59, 255) |
| HSL | hsl(274, 100%, 62%) |
| CMYK | cmyk(33%, 77%, 0%, 0%) |
| LAB | lab(50.7 75.6 -77.0) |
| LCH | lch(50.7 107.9 314.5) |
| OKLCH | oklch(0.609 0.269 305.4) |
Copy-ready code
/* CSS */
color: #ab3bff;
background-color: #ab3bff;
/* Tailwind (arbitrary) */
class="text-[#ab3bff] bg-[#ab3bff]"
/* SCSS */
$brand: #ab3bff;
/* SwiftUI */
Color(red: 0.671, green: 0.231, blue: 1.000)
/* Android */
Color.parseColor("#ab3bff")Accessibility — WCAG contrast
Aa
#ab3bff on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab3bff on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green23.1%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta76.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ab3bff text on a black background
contrast 4.80:1
Card sample
#ab3bff text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3bff;
Background color
Panel with #ab3bff background
background-color: #ab3bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 59, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 59, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3bff; background: linear-gradient(135deg, #ab3bff, #FF3BD0);