#ab35fd
a balanced, electric violet · warm · closest name: magenta
RGB
171, 53, 253
HSL
275°, 98%, 60%
CMYK
32, 79, 0, 1
Luminance
0.1830
Every format
| HEX | #ab35fd |
| RGB | rgb(171, 53, 253) |
| HSL | hsl(275, 98%, 60%) |
| CMYK | cmyk(32%, 79%, 0%, 1%) |
| LAB | lab(49.9 77.2 -77.3) |
| LCH | lch(49.9 109.2 315.0) |
| OKLCH | oklch(0.603 0.273 306.2) |
Copy-ready code
/* CSS */
color: #ab35fd;
background-color: #ab35fd;
/* Tailwind (arbitrary) */
class="text-[#ab35fd] bg-[#ab35fd]"
/* SCSS */
$brand: #ab35fd;
/* SwiftUI */
Color(red: 0.671, green: 0.208, blue: 0.992)
/* Android */
Color.parseColor("#ab35fd")Accessibility — WCAG contrast
Aa
#ab35fd on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab35fd on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green20.8%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta79.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ab35fd text on a black background
contrast 4.66:1
Card sample
#ab35fd text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab35fd;
Background color
Panel with #ab35fd background
background-color: #ab35fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab35fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 53, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 53, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab35fd; background: linear-gradient(135deg, #ab35fd, #FD35CA);