#9014cf
a dark, electric violet · warm · closest name: indigo
RGB
144, 20, 207
HSL
280°, 82%, 45%
CMYK
30, 90, 0, 19
Luminance
0.1093
Every format
| HEX | #9014cf |
| RGB | rgb(144, 20, 207) |
| HSL | hsl(280, 82%, 45%) |
| CMYK | cmyk(30%, 90%, 0%, 19%) |
| LAB | lab(39.5 72.5 -68.3) |
| LCH | lch(39.5 99.6 316.7) |
| OKLCH | oklch(0.512 0.250 309.0) |
Copy-ready code
/* CSS */
color: #9014cf;
background-color: #9014cf;
/* Tailwind (arbitrary) */
class="text-[#9014cf] bg-[#9014cf]"
/* SCSS */
$brand: #9014cf;
/* SwiftUI */
Color(red: 0.565, green: 0.078, blue: 0.812)
/* Android */
Color.parseColor("#9014cf")Accessibility — WCAG contrast
Aa
#9014cf on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9014cf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green7.8%
Blue81.2%
CMYK percentages
Cyan30.4%
Magenta90.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9014cf text on a black background
contrast 3.19:1
Card sample
#9014cf text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9014cf;
Background color
Panel with #9014cf background
background-color: #9014cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9014cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 20, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 20, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9014cf; background: linear-gradient(135deg, #9014cf, #CF1491);