#ab40fd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 64, 253
HSL
274°, 98%, 62%
CMYK
32, 75, 0, 1
Luminance
0.1942
Every format
| HEX | #ab40fd |
| RGB | rgb(171, 64, 253) |
| HSL | hsl(274, 98%, 62%) |
| CMYK | cmyk(32%, 75%, 0%, 1%) |
| LAB | lab(51.2 73.4 -75.1) |
| LCH | lch(51.2 105.0 314.3) |
| OKLCH | oklch(0.612 0.263 305.5) |
Copy-ready code
/* CSS */
color: #ab40fd;
background-color: #ab40fd;
/* Tailwind (arbitrary) */
class="text-[#ab40fd] bg-[#ab40fd]"
/* SCSS */
$brand: #ab40fd;
/* SwiftUI */
Color(red: 0.671, green: 0.251, blue: 0.992)
/* Android */
Color.parseColor("#ab40fd")Accessibility — WCAG contrast
Aa
#ab40fd on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab40fd on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green25.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta74.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ab40fd text on a black background
contrast 4.88:1
Card sample
#ab40fd text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab40fd;
Background color
Panel with #ab40fd background
background-color: #ab40fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab40fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 64, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 64, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab40fd; background: linear-gradient(135deg, #ab40fd, #FD40D1);