#ab40eb
a balanced, electric violet · warm · closest name: magenta
RGB
171, 64, 235
HSL
278°, 81%, 59%
CMYK
27, 73, 0, 8
Luminance
0.1832
Every format
| HEX | #ab40eb |
| RGB | rgb(171, 64, 235) |
| HSL | hsl(278, 81%, 59%) |
| CMYK | cmyk(27%, 73%, 0%, 8%) |
| LAB | lab(49.9 69.6 -67.1) |
| LCH | lch(49.9 96.7 316.0) |
| OKLCH | oklch(0.599 0.246 309.3) |
Copy-ready code
/* CSS */
color: #ab40eb;
background-color: #ab40eb;
/* Tailwind (arbitrary) */
class="text-[#ab40eb] bg-[#ab40eb]"
/* SCSS */
$brand: #ab40eb;
/* SwiftUI */
Color(red: 0.671, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#ab40eb")Accessibility — WCAG contrast
Aa
#ab40eb on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab40eb on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green25.1%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ab40eb text on a black background
contrast 4.66:1
Card sample
#ab40eb text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab40eb;
Background color
Panel with #ab40eb background
background-color: #ab40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab40eb; background: linear-gradient(135deg, #ab40eb, #EB40B9);