#ab0eee
a balanced, electric violet · warm · closest name: magenta
RGB
171, 14, 238
HSL
282°, 89%, 49%
CMYK
28, 94, 0, 7
Luminance
0.1515
Every format
| HEX | #ab0eee |
| RGB | rgb(171, 14, 238) |
| HSL | hsl(282, 89%, 49%) |
| CMYK | cmyk(28%, 94%, 0%, 7%) |
| LAB | lab(45.8 82.7 -75.4) |
| LCH | lch(45.8 111.9 317.6) |
| OKLCH | oklch(0.572 0.283 310.7) |
Copy-ready code
/* CSS */
color: #ab0eee;
background-color: #ab0eee;
/* Tailwind (arbitrary) */
class="text-[#ab0eee] bg-[#ab0eee]"
/* SCSS */
$brand: #ab0eee;
/* SwiftUI */
Color(red: 0.671, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#ab0eee")Accessibility — WCAG contrast
Aa
#ab0eee on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab0eee on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green5.5%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ab0eee text on a black background
contrast 4.03:1
Card sample
#ab0eee text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0eee;
Background color
Panel with #ab0eee background
background-color: #ab0eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0eee; background: linear-gradient(135deg, #ab0eee, #EE0E9B);