#972beb
a balanced, electric violet · warm · closest name: magenta
RGB
151, 43, 235
HSL
274°, 83%, 55%
CMYK
36, 82, 0, 8
Luminance
0.1431
Every format
| HEX | #972beb |
| RGB | rgb(151, 43, 235) |
| HSL | hsl(274, 83%, 55%) |
| CMYK | cmyk(36%, 82%, 0%, 8%) |
| LAB | lab(44.7 73.6 -75.8) |
| LCH | lch(44.7 105.6 314.2) |
| OKLCH | oklch(0.557 0.261 304.0) |
Copy-ready code
/* CSS */
color: #972beb;
background-color: #972beb;
/* Tailwind (arbitrary) */
class="text-[#972beb] bg-[#972beb]"
/* SCSS */
$brand: #972beb;
/* SwiftUI */
Color(red: 0.592, green: 0.169, blue: 0.922)
/* Android */
Color.parseColor("#972beb")Accessibility — WCAG contrast
Aa
#972beb on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#972beb on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green16.9%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta81.7%
Yellow0.0%
Key (black)7.8%
Color previews
#972beb text on a black background
contrast 3.86:1
Card sample
#972beb text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #972beb;
Background color
Panel with #972beb background
background-color: #972beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #972beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 43, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 43, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #972beb; background: linear-gradient(135deg, #972beb, #EB2BBF);