#9710eb
a balanced, electric violet · warm · closest name: blue
RGB
151, 16, 235
HSL
277°, 87%, 49%
CMYK
36, 93, 0, 8
Luminance
0.1295
Every format
| HEX | #9710eb |
| RGB | rgb(151, 16, 235) |
| HSL | hsl(277, 87%, 49%) |
| CMYK | cmyk(36%, 93%, 0%, 8%) |
| LAB | lab(42.7 79.5 -79.0) |
| LCH | lch(42.7 112.1 315.2) |
| OKLCH | oklch(0.543 0.276 305.0) |
Copy-ready code
/* CSS */
color: #9710eb;
background-color: #9710eb;
/* Tailwind (arbitrary) */
class="text-[#9710eb] bg-[#9710eb]"
/* SCSS */
$brand: #9710eb;
/* SwiftUI */
Color(red: 0.592, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#9710eb")Accessibility — WCAG contrast
Aa
#9710eb on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9710eb on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green6.3%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#9710eb text on a black background
contrast 3.59:1
Card sample
#9710eb text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9710eb;
Background color
Panel with #9710eb background
background-color: #9710eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9710eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9710eb; background: linear-gradient(135deg, #9710eb, #EB10AD);