#97117f
a dark, electric magenta / pink · warm · closest name: purple
RGB
151, 17, 127
HSL
311°, 80%, 33%
CMYK
0, 89, 16, 41
Luminance
0.0851
Every format
| HEX | #97117f |
| RGB | rgb(151, 17, 127) |
| HSL | hsl(311, 80%, 33%) |
| CMYK | cmyk(0%, 89%, 16%, 41%) |
| LAB | lab(35.0 60.6 -27.3) |
| LCH | lch(35.0 66.5 335.8) |
| OKLCH | oklch(0.466 0.194 337.5) |
Copy-ready code
/* CSS */
color: #97117f;
background-color: #97117f;
/* Tailwind (arbitrary) */
class="text-[#97117f] bg-[#97117f]"
/* SCSS */
$brand: #97117f;
/* SwiftUI */
Color(red: 0.592, green: 0.067, blue: 0.498)
/* Android */
Color.parseColor("#97117f")Accessibility — WCAG contrast
Aa
#97117f on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#97117f on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green6.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow15.9%
Key (black)40.8%
Color previews
#97117f text on a black background
contrast 2.70:1
Card sample
#97117f text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97117f;
Background color
Panel with #97117f background
background-color: #97117f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97117f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 17, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 17, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97117f; background: linear-gradient(135deg, #97117f, #971126);