#972be3
a balanced, electric violet · warm · closest name: magenta
RGB
151, 43, 227
HSL
275°, 77%, 53%
CMYK
34, 81, 0, 11
Luminance
0.1385
Every format
| HEX | #972be3 |
| RGB | rgb(151, 43, 227) |
| HSL | hsl(275, 77%, 53%) |
| CMYK | cmyk(34%, 81%, 0%, 11%) |
| LAB | lab(44.0 71.9 -72.3) |
| LCH | lch(44.0 102.0 314.9) |
| OKLCH | oklch(0.550 0.254 305.7) |
Copy-ready code
/* CSS */
color: #972be3;
background-color: #972be3;
/* Tailwind (arbitrary) */
class="text-[#972be3] bg-[#972be3]"
/* SCSS */
$brand: #972be3;
/* SwiftUI */
Color(red: 0.592, green: 0.169, blue: 0.890)
/* Android */
Color.parseColor("#972be3")Accessibility — WCAG contrast
Aa
#972be3 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972be3 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green16.9%
Blue89.0%
CMYK percentages
Cyan33.5%
Magenta81.1%
Yellow0.0%
Key (black)11.0%
Color previews
#972be3 text on a black background
contrast 3.77:1
Card sample
#972be3 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972be3;
Background color
Panel with #972be3 background
background-color: #972be3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972be3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 43, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 43, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972be3; background: linear-gradient(135deg, #972be3, #E32BB4);