#971eee
a balanced, electric violet · warm · closest name: blue
RGB
151, 30, 238
HSL
275°, 86%, 53%
CMYK
37, 87, 0, 7
Luminance
0.1368
Every format
| HEX | #971eee |
| RGB | rgb(151, 30, 238) |
| HSL | hsl(275, 86%, 53%) |
| CMYK | cmyk(37%, 87%, 0%, 7%) |
| LAB | lab(43.8 77.6 -78.9) |
| LCH | lch(43.8 110.7 314.5) |
| OKLCH | oklch(0.551 0.272 304.0) |
Copy-ready code
/* CSS */
color: #971eee;
background-color: #971eee;
/* Tailwind (arbitrary) */
class="text-[#971eee] bg-[#971eee]"
/* SCSS */
$brand: #971eee;
/* SwiftUI */
Color(red: 0.592, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#971eee")Accessibility — WCAG contrast
Aa
#971eee on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#971eee on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green11.8%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#971eee text on a black background
contrast 3.74:1
Card sample
#971eee text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #971eee;
Background color
Panel with #971eee background
background-color: #971eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #971eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #971eee; background: linear-gradient(135deg, #971eee, #EE1EBA);