#c51153
a dark, electric magenta / pink · warm · closest name: crimson
RGB
197, 17, 83
HSL
338°, 84%, 42%
CMYK
0, 91, 58, 23
Luminance
0.1290
Every format
| HEX | #c51153 |
| RGB | rgb(197, 17, 83) |
| HSL | hsl(338, 84%, 42%) |
| CMYK | cmyk(0%, 91%, 58%, 23%) |
| LAB | lab(42.6 66.8 12.8) |
| LCH | lch(42.6 68.0 10.8) |
| OKLCH | oklch(0.532 0.206 9.0) |
Copy-ready code
/* CSS */
color: #c51153;
background-color: #c51153;
/* Tailwind (arbitrary) */
class="text-[#c51153] bg-[#c51153]"
/* SCSS */
$brand: #c51153;
/* SwiftUI */
Color(red: 0.773, green: 0.067, blue: 0.325)
/* Android */
Color.parseColor("#c51153")Accessibility — WCAG contrast
Aa
#c51153 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c51153 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green6.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow57.9%
Key (black)22.7%
Color previews
#c51153 text on a black background
contrast 3.58:1
Card sample
#c51153 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c51153;
Background color
Panel with #c51153 background
background-color: #c51153;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c51153;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 17, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 17, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c51153; background: linear-gradient(135deg, #c51153, #C54711);