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