#cf075f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 7, 95
HSL
334°, 94%, 42%
CMYK
0, 97, 54, 19
Luminance
0.1424
Every format
| HEX | #cf075f |
| RGB | rgb(207, 7, 95) |
| HSL | hsl(334, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 54%, 19%) |
| LAB | lab(44.6 71.0 8.3) |
| LCH | lch(44.6 71.5 6.7) |
| OKLCH | oklch(0.551 0.219 5.6) |
Copy-ready code
/* CSS */
color: #cf075f;
background-color: #cf075f;
/* Tailwind (arbitrary) */
class="text-[#cf075f] bg-[#cf075f]"
/* SCSS */
$brand: #cf075f;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.373)
/* Android */
Color.parseColor("#cf075f")Accessibility — WCAG contrast
Aa
#cf075f on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf075f on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow54.1%
Key (black)18.8%
Color previews
#cf075f text on a black background
contrast 3.85:1
Card sample
#cf075f text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf075f;
Background color
Panel with #cf075f background
background-color: #cf075f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf075f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf075f; background: linear-gradient(135deg, #cf075f, #CF3407);