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