#9714eb
a balanced, electric violet · warm · closest name: blue
RGB
151, 20, 235
HSL
277°, 84%, 50%
CMYK
36, 92, 0, 8
Luminance
0.1308
Every format
| HEX | #9714eb |
| RGB | rgb(151, 20, 235) |
| HSL | hsl(277, 84%, 50%) |
| CMYK | cmyk(36%, 92%, 0%, 8%) |
| LAB | lab(42.9 78.9 -78.7) |
| LCH | lch(42.9 111.4 315.1) |
| OKLCH | oklch(0.545 0.274 304.9) |
Copy-ready code
/* CSS */
color: #9714eb;
background-color: #9714eb;
/* Tailwind (arbitrary) */
class="text-[#9714eb] bg-[#9714eb]"
/* SCSS */
$brand: #9714eb;
/* SwiftUI */
Color(red: 0.592, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#9714eb")Accessibility — WCAG contrast
Aa
#9714eb on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9714eb on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green7.8%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#9714eb text on a black background
contrast 3.62:1
Card sample
#9714eb text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9714eb;
Background color
Panel with #9714eb background
background-color: #9714eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9714eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9714eb; background: linear-gradient(135deg, #9714eb, #EB14B0);