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