#a111ee
a balanced, electric violet · warm · closest name: magenta
RGB
161, 17, 238
HSL
279°, 87%, 50%
CMYK
32, 93, 0, 7
Luminance
0.1415
Every format
| HEX | #a111ee |
| RGB | rgb(161, 17, 238) |
| HSL | hsl(279, 87%, 50%) |
| CMYK | cmyk(32%, 93%, 0%, 7%) |
| LAB | lab(44.5 81.1 -77.7) |
| LCH | lch(44.5 112.3 316.2) |
| OKLCH | oklch(0.559 0.280 307.6) |
Copy-ready code
/* CSS */
color: #a111ee;
background-color: #a111ee;
/* Tailwind (arbitrary) */
class="text-[#a111ee] bg-[#a111ee]"
/* SCSS */
$brand: #a111ee;
/* SwiftUI */
Color(red: 0.631, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#a111ee")Accessibility — WCAG contrast
Aa
#a111ee on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a111ee on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green6.7%
Blue93.3%
CMYK percentages
Cyan32.4%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#a111ee text on a black background
contrast 3.83:1
Card sample
#a111ee text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a111ee;
Background color
Panel with #a111ee background
background-color: #a111ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a111ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a111ee; background: linear-gradient(135deg, #a111ee, #EE11A8);