#970fba
a dark, electric violet · warm · closest name: purple
RGB
151, 15, 186
HSL
288°, 85%, 39%
CMYK
19, 92, 0, 27
Luminance
0.1047
Every format
| HEX | #970fba |
| RGB | rgb(151, 15, 186) |
| HSL | hsl(288, 85%, 39%) |
| CMYK | cmyk(19%, 92%, 0%, 27%) |
| LAB | lab(38.7 70.4 -57.2) |
| LCH | lch(38.7 90.7 320.9) |
| OKLCH | oklch(0.503 0.238 317.2) |
Copy-ready code
/* CSS */
color: #970fba;
background-color: #970fba;
/* Tailwind (arbitrary) */
class="text-[#970fba] bg-[#970fba]"
/* SCSS */
$brand: #970fba;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#970fba")Accessibility — WCAG contrast
Aa
#970fba on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970fba on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue72.9%
CMYK percentages
Cyan18.8%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#970fba text on a black background
contrast 3.09:1
Card sample
#970fba text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970fba;
Background color
Panel with #970fba background
background-color: #970fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970fba; background: linear-gradient(135deg, #970fba, #BA0F6B);