#9012ba
a dark, electric violet · warm · closest name: indigo
RGB
144, 18, 186
HSL
285°, 82%, 40%
CMYK
23, 90, 0, 27
Luminance
0.0991
Every format
| HEX | #9012ba |
| RGB | rgb(144, 18, 186) |
| HSL | hsl(285, 82%, 40%) |
| CMYK | cmyk(23%, 90%, 0%, 27%) |
| LAB | lab(37.7 68.9 -58.9) |
| LCH | lch(37.7 90.6 319.5) |
| OKLCH | oklch(0.494 0.234 314.6) |
Copy-ready code
/* CSS */
color: #9012ba;
background-color: #9012ba;
/* Tailwind (arbitrary) */
class="text-[#9012ba] bg-[#9012ba]"
/* SCSS */
$brand: #9012ba;
/* SwiftUI */
Color(red: 0.565, green: 0.071, blue: 0.729)
/* Android */
Color.parseColor("#9012ba")Accessibility — WCAG contrast
Aa
#9012ba on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9012ba on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green7.1%
Blue72.9%
CMYK percentages
Cyan22.6%
Magenta90.3%
Yellow0.0%
Key (black)27.1%
Color previews
#9012ba text on a black background
contrast 2.98:1
Card sample
#9012ba text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9012ba;
Background color
Panel with #9012ba background
background-color: #9012ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9012ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 18, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 18, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9012ba; background: linear-gradient(135deg, #9012ba, #BA1274);