#cf076f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 7, 111
HSL
329°, 94%, 42%
CMYK
0, 97, 46, 19
Luminance
0.1457
Every format
| HEX | #cf076f |
| RGB | rgb(207, 7, 111) |
| HSL | hsl(329, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 46%, 19%) |
| LAB | lab(45.0 72.3 -1.0) |
| LCH | lch(45.0 72.3 359.2) |
| OKLCH | oklch(0.556 0.223 359.5) |
Copy-ready code
/* CSS */
color: #cf076f;
background-color: #cf076f;
/* Tailwind (arbitrary) */
class="text-[#cf076f] bg-[#cf076f]"
/* SCSS */
$brand: #cf076f;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.435)
/* Android */
Color.parseColor("#cf076f")Accessibility — WCAG contrast
Aa
#cf076f on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf076f on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow46.4%
Key (black)18.8%
Color previews
#cf076f text on a black background
contrast 3.91:1
Card sample
#cf076f text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf076f;
Background color
Panel with #cf076f background
background-color: #cf076f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf076f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf076f; background: linear-gradient(135deg, #cf076f, #CF2407);