#972be9
a balanced, electric violet · warm · closest name: magenta
RGB
151, 43, 233
HSL
274°, 81%, 54%
CMYK
35, 82, 0, 9
Luminance
0.1419
Every format
| HEX | #972be9 |
| RGB | rgb(151, 43, 233) |
| HSL | hsl(274, 81%, 54%) |
| CMYK | cmyk(35%, 82%, 0%, 9%) |
| LAB | lab(44.5 73.2 -74.9) |
| LCH | lch(44.5 104.7 314.3) |
| OKLCH | oklch(0.555 0.259 304.4) |
Copy-ready code
/* CSS */
color: #972be9;
background-color: #972be9;
/* Tailwind (arbitrary) */
class="text-[#972be9] bg-[#972be9]"
/* SCSS */
$brand: #972be9;
/* SwiftUI */
Color(red: 0.592, green: 0.169, blue: 0.914)
/* Android */
Color.parseColor("#972be9")Accessibility — WCAG contrast
Aa
#972be9 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972be9 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green16.9%
Blue91.4%
CMYK percentages
Cyan35.2%
Magenta81.5%
Yellow0.0%
Key (black)8.6%
Color previews
#972be9 text on a black background
contrast 3.84:1
Card sample
#972be9 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972be9;
Background color
Panel with #972be9 background
background-color: #972be9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972be9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 43, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 43, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972be9; background: linear-gradient(135deg, #972be9, #E92BBC);