#9012fe
a balanced, electric violet · warm · closest name: blue
RGB
144, 18, 254
HSL
272°, 99%, 53%
CMYK
43, 93, 0, 0
Luminance
0.1352
Every format
| HEX | #9012fe |
| RGB | rgb(144, 18, 254) |
| HSL | hsl(272, 99%, 53%) |
| CMYK | cmyk(43%, 93%, 0%, 0%) |
| LAB | lab(43.5 82.3 -88.3) |
| LCH | lch(43.5 120.7 313.0) |
| OKLCH | oklch(0.552 0.289 299.0) |
Copy-ready code
/* CSS */
color: #9012fe;
background-color: #9012fe;
/* Tailwind (arbitrary) */
class="text-[#9012fe] bg-[#9012fe]"
/* SCSS */
$brand: #9012fe;
/* SwiftUI */
Color(red: 0.565, green: 0.071, blue: 0.996)
/* Android */
Color.parseColor("#9012fe")Accessibility — WCAG contrast
Aa
#9012fe on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9012fe on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green7.1%
Blue99.6%
CMYK percentages
Cyan43.3%
Magenta92.9%
Yellow0.0%
Key (black)0.4%
Color previews
#9012fe text on a black background
contrast 3.70:1
Card sample
#9012fe text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9012fe;
Background color
Panel with #9012fe background
background-color: #9012fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9012fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 18, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 18, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9012fe; background: linear-gradient(135deg, #9012fe, #FE12CF);