#cf024e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 2, 78
HSL
338°, 98%, 41%
CMYK
0, 99, 62, 19
Luminance
0.1386
Every format
| HEX | #cf024e |
| RGB | rgb(207, 2, 78) |
| HSL | hsl(338, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 62%, 19%) |
| LAB | lab(44.0 70.4 18.2) |
| LCH | lch(44.0 72.8 14.5) |
| OKLCH | oklch(0.545 0.217 11.8) |
Copy-ready code
/* CSS */
color: #cf024e;
background-color: #cf024e;
/* Tailwind (arbitrary) */
class="text-[#cf024e] bg-[#cf024e]"
/* SCSS */
$brand: #cf024e;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.306)
/* Android */
Color.parseColor("#cf024e")Accessibility — WCAG contrast
Aa
#cf024e on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf024e on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow62.3%
Key (black)18.8%
Color previews
#cf024e text on a black background
contrast 3.77:1
Card sample
#cf024e text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf024e;
Background color
Panel with #cf024e background
background-color: #cf024e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf024e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf024e; background: linear-gradient(135deg, #cf024e, #CF3F02);