#c70f4d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
199, 15, 77
HSL
340°, 86%, 42%
CMYK
0, 93, 61, 22
Luminance
0.1302
Every format
| HEX | #c70f4d |
| RGB | rgb(199, 15, 77) |
| HSL | hsl(340, 86%, 42%) |
| CMYK | cmyk(0%, 93%, 61%, 22%) |
| LAB | lab(42.8 67.2 16.9) |
| LCH | lch(42.8 69.3 14.1) |
| OKLCH | oklch(0.534 0.207 11.5) |
Copy-ready code
/* CSS */
color: #c70f4d;
background-color: #c70f4d;
/* Tailwind (arbitrary) */
class="text-[#c70f4d] bg-[#c70f4d]"
/* SCSS */
$brand: #c70f4d;
/* SwiftUI */
Color(red: 0.780, green: 0.059, blue: 0.302)
/* Android */
Color.parseColor("#c70f4d")Accessibility — WCAG contrast
Aa
#c70f4d on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c70f4d on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green5.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow61.3%
Key (black)22.0%
Color previews
#c70f4d text on a black background
contrast 3.60:1
Card sample
#c70f4d text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c70f4d;
Background color
Panel with #c70f4d background
background-color: #c70f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c70f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 15, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 15, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c70f4d; background: linear-gradient(135deg, #c70f4d, #C74C0F);