#9012ce
a dark, electric violet · warm · closest name: indigo
RGB
144, 18, 206
HSL
280°, 84%, 44%
CMYK
30, 91, 0, 19
Luminance
0.1082
Every format
| HEX | #9012ce |
| RGB | rgb(144, 18, 206) |
| HSL | hsl(280, 84%, 44%) |
| CMYK | cmyk(30%, 91%, 0%, 19%) |
| LAB | lab(39.3 72.7 -68.0) |
| LCH | lch(39.3 99.5 316.9) |
| OKLCH | oklch(0.510 0.250 309.3) |
Copy-ready code
/* CSS */
color: #9012ce;
background-color: #9012ce;
/* Tailwind (arbitrary) */
class="text-[#9012ce] bg-[#9012ce]"
/* SCSS */
$brand: #9012ce;
/* SwiftUI */
Color(red: 0.565, green: 0.071, blue: 0.808)
/* Android */
Color.parseColor("#9012ce")Accessibility — WCAG contrast
Aa
#9012ce on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9012ce on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green7.1%
Blue80.8%
CMYK percentages
Cyan30.1%
Magenta91.3%
Yellow0.0%
Key (black)19.2%
Color previews
#9012ce text on a black background
contrast 3.16:1
Card sample
#9012ce text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9012ce;
Background color
Panel with #9012ce background
background-color: #9012ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9012ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 18, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 18, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9012ce; background: linear-gradient(135deg, #9012ce, #CE128F);