#972be7
a balanced, electric violet · warm · closest name: magenta
RGB
151, 43, 231
HSL
275°, 80%, 54%
CMYK
35, 81, 0, 9
Luminance
0.1408
Every format
| HEX | #972be7 |
| RGB | rgb(151, 43, 231) |
| HSL | hsl(275, 80%, 54%) |
| CMYK | cmyk(35%, 81%, 0%, 9%) |
| LAB | lab(44.3 72.8 -74.0) |
| LCH | lch(44.3 103.8 314.5) |
| OKLCH | oklch(0.554 0.257 304.8) |
Copy-ready code
/* CSS */
color: #972be7;
background-color: #972be7;
/* Tailwind (arbitrary) */
class="text-[#972be7] bg-[#972be7]"
/* SCSS */
$brand: #972be7;
/* SwiftUI */
Color(red: 0.592, green: 0.169, blue: 0.906)
/* Android */
Color.parseColor("#972be7")Accessibility — WCAG contrast
Aa
#972be7 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972be7 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green16.9%
Blue90.6%
CMYK percentages
Cyan34.6%
Magenta81.4%
Yellow0.0%
Key (black)9.4%
Color previews
#972be7 text on a black background
contrast 3.82:1
Card sample
#972be7 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972be7;
Background color
Panel with #972be7 background
background-color: #972be7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972be7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 43, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 43, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972be7; background: linear-gradient(135deg, #972be7, #E72BBA);