#972be8
a balanced, electric violet · warm · closest name: magenta
RGB
151, 43, 232
HSL
274°, 80%, 54%
CMYK
35, 82, 0, 9
Luminance
0.1413
Every format
| HEX | #972be8 |
| RGB | rgb(151, 43, 232) |
| HSL | hsl(274, 80%, 54%) |
| CMYK | cmyk(35%, 82%, 0%, 9%) |
| LAB | lab(44.4 73.0 -74.5) |
| LCH | lch(44.4 104.3 314.4) |
| OKLCH | oklch(0.554 0.258 304.6) |
Copy-ready code
/* CSS */
color: #972be8;
background-color: #972be8;
/* Tailwind (arbitrary) */
class="text-[#972be8] bg-[#972be8]"
/* SCSS */
$brand: #972be8;
/* SwiftUI */
Color(red: 0.592, green: 0.169, blue: 0.910)
/* Android */
Color.parseColor("#972be8")Accessibility — WCAG contrast
Aa
#972be8 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972be8 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green16.9%
Blue91.0%
CMYK percentages
Cyan34.9%
Magenta81.5%
Yellow0.0%
Key (black)9.0%
Color previews
#972be8 text on a black background
contrast 3.83:1
Card sample
#972be8 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972be8;
Background color
Panel with #972be8 background
background-color: #972be8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972be8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 43, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 43, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972be8; background: linear-gradient(135deg, #972be8, #E82BBB);