#9014eb
a balanced, electric violet · warm · closest name: blue
RGB
144, 20, 235
HSL
275°, 84%, 50%
CMYK
39, 92, 0, 8
Luminance
0.1243
Every format
| HEX | #9014eb |
| RGB | rgb(144, 20, 235) |
| HSL | hsl(275, 84%, 50%) |
| CMYK | cmyk(39%, 92%, 0%, 8%) |
| LAB | lab(41.9 78.1 -80.3) |
| LCH | lch(41.9 112.1 314.2) |
| OKLCH | oklch(0.536 0.273 302.6) |
Copy-ready code
/* CSS */
color: #9014eb;
background-color: #9014eb;
/* Tailwind (arbitrary) */
class="text-[#9014eb] bg-[#9014eb]"
/* SCSS */
$brand: #9014eb;
/* SwiftUI */
Color(red: 0.565, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#9014eb")Accessibility — WCAG contrast
Aa
#9014eb on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9014eb on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green7.8%
Blue92.2%
CMYK percentages
Cyan38.7%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#9014eb text on a black background
contrast 3.49:1
Card sample
#9014eb text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9014eb;
Background color
Panel with #9014eb background
background-color: #9014eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9014eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9014eb; background: linear-gradient(135deg, #9014eb, #EB14B7);