#9718eb
a balanced, electric violet · warm · closest name: blue
RGB
151, 24, 235
HSL
276°, 84%, 51%
CMYK
36, 90, 0, 8
Luminance
0.1323
Every format
| HEX | #9718eb |
| RGB | rgb(151, 24, 235) |
| HSL | hsl(276, 84%, 51%) |
| CMYK | cmyk(36%, 90%, 0%, 8%) |
| LAB | lab(43.1 78.2 -78.3) |
| LCH | lch(43.1 110.7 315.0) |
| OKLCH | oklch(0.546 0.272 304.8) |
Copy-ready code
/* CSS */
color: #9718eb;
background-color: #9718eb;
/* Tailwind (arbitrary) */
class="text-[#9718eb] bg-[#9718eb]"
/* SCSS */
$brand: #9718eb;
/* SwiftUI */
Color(red: 0.592, green: 0.094, blue: 0.922)
/* Android */
Color.parseColor("#9718eb")Accessibility — WCAG contrast
Aa
#9718eb on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9718eb on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green9.4%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta89.8%
Yellow0.0%
Key (black)7.8%
Color previews
#9718eb text on a black background
contrast 3.65:1
Card sample
#9718eb text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9718eb;
Background color
Panel with #9718eb background
background-color: #9718eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9718eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 24, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 24, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9718eb; background: linear-gradient(135deg, #9718eb, #EB18B2);