#ab33ff
a balanced, electric violet · warm · closest name: magenta
RGB
171, 51, 255
HSL
275°, 100%, 60%
CMYK
33, 80, 0, 0
Luminance
0.1825
Every format
| HEX | #ab33ff |
| RGB | rgb(171, 51, 255) |
| HSL | hsl(275, 100%, 60%) |
| CMYK | cmyk(33%, 80%, 0%, 0%) |
| LAB | lab(49.8 78.3 -78.5) |
| LCH | lch(49.8 110.8 314.9) |
| OKLCH | oklch(0.603 0.276 305.9) |
Copy-ready code
/* CSS */
color: #ab33ff;
background-color: #ab33ff;
/* Tailwind (arbitrary) */
class="text-[#ab33ff] bg-[#ab33ff]"
/* SCSS */
$brand: #ab33ff;
/* SwiftUI */
Color(red: 0.671, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#ab33ff")Accessibility — WCAG contrast
Aa
#ab33ff on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab33ff on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green20.0%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ab33ff text on a black background
contrast 4.65:1
Card sample
#ab33ff text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab33ff;
Background color
Panel with #ab33ff background
background-color: #ab33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab33ff; background: linear-gradient(135deg, #ab33ff, #FF33CB);