#ab3bfd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 59, 253
HSL
275°, 98%, 61%
CMYK
32, 77, 0, 1
Luminance
0.1888
Every format
| HEX | #ab3bfd |
| RGB | rgb(171, 59, 253) |
| HSL | hsl(275, 98%, 61%) |
| CMYK | cmyk(32%, 77%, 0%, 1%) |
| LAB | lab(50.5 75.2 -76.2) |
| LCH | lch(50.5 107.0 314.6) |
| OKLCH | oklch(0.608 0.267 305.8) |
Copy-ready code
/* CSS */
color: #ab3bfd;
background-color: #ab3bfd;
/* Tailwind (arbitrary) */
class="text-[#ab3bfd] bg-[#ab3bfd]"
/* SCSS */
$brand: #ab3bfd;
/* SwiftUI */
Color(red: 0.671, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#ab3bfd")Accessibility — WCAG contrast
Aa
#ab3bfd on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab3bfd on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green23.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ab3bfd text on a black background
contrast 4.78:1
Card sample
#ab3bfd text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3bfd;
Background color
Panel with #ab3bfd background
background-color: #ab3bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3bfd; background: linear-gradient(135deg, #ab3bfd, #FD3BCE);