#ab39fd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 57, 253
HSL
275°, 98%, 61%
CMYK
32, 78, 0, 1
Luminance
0.1868
Every format
| HEX | #ab39fd |
| RGB | rgb(171, 57, 253) |
| HSL | hsl(275, 98%, 61%) |
| CMYK | cmyk(32%, 78%, 0%, 1%) |
| LAB | lab(50.3 75.9 -76.5) |
| LCH | lch(50.3 107.8 314.8) |
| OKLCH | oklch(0.606 0.269 306.0) |
Copy-ready code
/* CSS */
color: #ab39fd;
background-color: #ab39fd;
/* Tailwind (arbitrary) */
class="text-[#ab39fd] bg-[#ab39fd]"
/* SCSS */
$brand: #ab39fd;
/* SwiftUI */
Color(red: 0.671, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#ab39fd")Accessibility — WCAG contrast
Aa
#ab39fd on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab39fd on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green22.4%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ab39fd text on a black background
contrast 4.74:1
Card sample
#ab39fd text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab39fd;
Background color
Panel with #ab39fd background
background-color: #ab39fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab39fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab39fd; background: linear-gradient(135deg, #ab39fd, #FD39CC);