#9012cb
a dark, electric violet · warm · closest name: indigo
RGB
144, 18, 203
HSL
281°, 84%, 43%
CMYK
29, 91, 0, 20
Luminance
0.1067
Every format
| HEX | #9012cb |
| RGB | rgb(144, 18, 203) |
| HSL | hsl(281, 84%, 43%) |
| CMYK | cmyk(29%, 91%, 0%, 20%) |
| LAB | lab(39.0 72.1 -66.7) |
| LCH | lch(39.0 98.2 317.2) |
| OKLCH | oklch(0.508 0.248 310.0) |
Copy-ready code
/* CSS */
color: #9012cb;
background-color: #9012cb;
/* Tailwind (arbitrary) */
class="text-[#9012cb] bg-[#9012cb]"
/* SCSS */
$brand: #9012cb;
/* SwiftUI */
Color(red: 0.565, green: 0.071, blue: 0.796)
/* Android */
Color.parseColor("#9012cb")Accessibility — WCAG contrast
Aa
#9012cb on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9012cb on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green7.1%
Blue79.6%
CMYK percentages
Cyan29.1%
Magenta91.1%
Yellow0.0%
Key (black)20.4%
Color previews
#9012cb text on a black background
contrast 3.13:1
Card sample
#9012cb text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9012cb;
Background color
Panel with #9012cb background
background-color: #9012cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9012cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 18, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 18, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9012cb; background: linear-gradient(135deg, #9012cb, #CB128A);