#ab00eb
a balanced, electric violet · warm · closest name: magenta
RGB
171, 0, 235
HSL
284°, 100%, 46%
CMYK
27, 100, 0, 8
Luminance
0.1466
Every format
| HEX | #ab00eb |
| RGB | rgb(171, 0, 235) |
| HSL | hsl(284, 100%, 46%) |
| CMYK | cmyk(27%, 100%, 0%, 8%) |
| LAB | lab(45.2 83.4 -74.8) |
| LCH | lch(45.2 112.1 318.1) |
| OKLCH | oklch(0.566 0.284 311.5) |
Copy-ready code
/* CSS */
color: #ab00eb;
background-color: #ab00eb;
/* Tailwind (arbitrary) */
class="text-[#ab00eb] bg-[#ab00eb]"
/* SCSS */
$brand: #ab00eb;
/* SwiftUI */
Color(red: 0.671, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#ab00eb")Accessibility — WCAG contrast
Aa
#ab00eb on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab00eb on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green0.0%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ab00eb text on a black background
contrast 3.93:1
Card sample
#ab00eb text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab00eb;
Background color
Panel with #ab00eb background
background-color: #ab00eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab00eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab00eb; background: linear-gradient(135deg, #ab00eb, #EB008E);