#ab30eb
a balanced, electric violet · warm · closest name: magenta
RGB
171, 48, 235
HSL
280°, 82%, 56%
CMYK
27, 80, 0, 8
Luminance
0.1677
Every format
| HEX | #ab30eb |
| RGB | rgb(171, 48, 235) |
| HSL | hsl(280, 82%, 56%) |
| CMYK | cmyk(27%, 80%, 0%, 8%) |
| LAB | lab(48.0 75.1 -70.2) |
| LCH | lch(48.0 102.8 316.9) |
| OKLCH | oklch(0.586 0.261 310.3) |
Copy-ready code
/* CSS */
color: #ab30eb;
background-color: #ab30eb;
/* Tailwind (arbitrary) */
class="text-[#ab30eb] bg-[#ab30eb]"
/* SCSS */
$brand: #ab30eb;
/* SwiftUI */
Color(red: 0.671, green: 0.188, blue: 0.922)
/* Android */
Color.parseColor("#ab30eb")Accessibility — WCAG contrast
Aa
#ab30eb on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab30eb on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.8%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta79.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ab30eb text on a black background
contrast 4.35:1
Card sample
#ab30eb text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab30eb;
Background color
Panel with #ab30eb background
background-color: #ab30eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab30eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 48, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 48, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab30eb; background: linear-gradient(135deg, #ab30eb, #EB30AE);