#ab43eb
a balanced, electric violet · warm · closest name: magenta
RGB
171, 67, 235
HSL
277°, 81%, 59%
CMYK
27, 72, 0, 8
Luminance
0.1867
Every format
| HEX | #ab43eb |
| RGB | rgb(171, 67, 235) |
| HSL | hsl(277, 81%, 59%) |
| CMYK | cmyk(27%, 72%, 0%, 8%) |
| LAB | lab(50.3 68.4 -66.5) |
| LCH | lch(50.3 95.4 315.8) |
| OKLCH | oklch(0.602 0.243 309.1) |
Copy-ready code
/* CSS */
color: #ab43eb;
background-color: #ab43eb;
/* Tailwind (arbitrary) */
class="text-[#ab43eb] bg-[#ab43eb]"
/* SCSS */
$brand: #ab43eb;
/* SwiftUI */
Color(red: 0.671, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#ab43eb")Accessibility — WCAG contrast
Aa
#ab43eb on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab43eb on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green26.3%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#ab43eb text on a black background
contrast 4.73:1
Card sample
#ab43eb text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab43eb;
Background color
Panel with #ab43eb background
background-color: #ab43eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab43eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab43eb; background: linear-gradient(135deg, #ab43eb, #EB43BB);