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