#c10973
a dark, electric magenta / pink · warm · closest name: purple
RGB
193, 9, 115
HSL
325°, 91%, 40%
CMYK
0, 95, 40, 24
Luminance
0.1277
Every format
| HEX | #c10973 |
| RGB | rgb(193, 9, 115) |
| HSL | hsl(325, 91%, 40%) |
| CMYK | cmyk(0%, 95%, 40%, 24%) |
| LAB | lab(42.4 69.3 -7.7) |
| LCH | lch(42.4 69.8 353.7) |
| OKLCH | oklch(0.532 0.215 354.8) |
Copy-ready code
/* CSS */
color: #c10973;
background-color: #c10973;
/* Tailwind (arbitrary) */
class="text-[#c10973] bg-[#c10973]"
/* SCSS */
$brand: #c10973;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.451)
/* Android */
Color.parseColor("#c10973")Accessibility — WCAG contrast
Aa
#c10973 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10973 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow40.4%
Key (black)24.3%
Color previews
#c10973 text on a black background
contrast 3.55:1
Card sample
#c10973 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10973;
Background color
Panel with #c10973 background
background-color: #c10973;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10973;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10973; background: linear-gradient(135deg, #c10973, #C11A09);