#cf0749
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 7, 73
HSL
340°, 94%, 42%
CMYK
0, 97, 65, 19
Luminance
0.1390
Every format
| HEX | #cf0749 |
| RGB | rgb(207, 7, 73) |
| HSL | hsl(340, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 65%, 19%) |
| LAB | lab(44.1 69.7 21.4) |
| LCH | lch(44.1 72.9 17.1) |
| OKLCH | oklch(0.546 0.216 13.8) |
Copy-ready code
/* CSS */
color: #cf0749;
background-color: #cf0749;
/* Tailwind (arbitrary) */
class="text-[#cf0749] bg-[#cf0749]"
/* SCSS */
$brand: #cf0749;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.286)
/* Android */
Color.parseColor("#cf0749")Accessibility — WCAG contrast
Aa
#cf0749 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0749 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow64.7%
Key (black)18.8%
Color previews
#cf0749 text on a black background
contrast 3.78:1
Card sample
#cf0749 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0749;
Background color
Panel with #cf0749 background
background-color: #cf0749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0749; background: linear-gradient(135deg, #cf0749, #CF4A07);