#973fba
a balanced, vivid violet · warm · closest name: purple
RGB
151, 63, 186
HSL
283°, 49%, 49%
CMYK
19, 66, 0, 27
Luminance
0.1368
Every format
| HEX | #973fba |
| RGB | rgb(151, 63, 186) |
| HSL | hsl(283, 49%, 49%) |
| CMYK | cmyk(19%, 66%, 0%, 27%) |
| LAB | lab(43.8 55.8 -49.0) |
| LCH | lch(43.8 74.2 318.7) |
| OKLCH | oklch(0.539 0.194 314.8) |
Copy-ready code
/* CSS */
color: #973fba;
background-color: #973fba;
/* Tailwind (arbitrary) */
class="text-[#973fba] bg-[#973fba]"
/* SCSS */
$brand: #973fba;
/* SwiftUI */
Color(red: 0.592, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#973fba")Accessibility — WCAG contrast
Aa
#973fba on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#973fba on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green24.7%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#973fba text on a black background
contrast 3.74:1
Card sample
#973fba text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973fba;
Background color
Panel with #973fba background
background-color: #973fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973fba; background: linear-gradient(135deg, #973fba, #BA3F8B);