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