#97103c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
151, 16, 60
HSL
340°, 81%, 33%
CMYK
0, 89, 60, 41
Luminance
0.0728
Every format
| HEX | #97103c |
| RGB | rgb(151, 16, 60) |
| HSL | hsl(340, 81%, 33%) |
| CMYK | cmyk(0%, 89%, 60%, 41%) |
| LAB | lab(32.4 53.8 12.1) |
| LCH | lch(32.4 55.1 12.7) |
| OKLCH | oklch(0.439 0.166 10.5) |
Copy-ready code
/* CSS */
color: #97103c;
background-color: #97103c;
/* Tailwind (arbitrary) */
class="text-[#97103c] bg-[#97103c]"
/* SCSS */
$brand: #97103c;
/* SwiftUI */
Color(red: 0.592, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#97103c")Accessibility — WCAG contrast
Aa
#97103c on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#97103c on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow60.3%
Key (black)40.8%
Color previews
#97103c text on a black background
contrast 2.46:1
Card sample
#97103c text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97103c;
Background color
Panel with #97103c background
background-color: #97103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97103c; background: linear-gradient(135deg, #97103c, #973E10);