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