#cf0239
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 2, 57
HSL
344°, 98%, 41%
CMYK
0, 99, 73, 19
Luminance
0.1360
Every format
| HEX | #cf0239 |
| RGB | rgb(207, 2, 57) |
| HSL | hsl(344, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 73%, 19%) |
| LAB | lab(43.7 69.4 30.8) |
| LCH | lch(43.7 76.0 23.9) |
| OKLCH | oklch(0.542 0.216 18.9) |
Copy-ready code
/* CSS */
color: #cf0239;
background-color: #cf0239;
/* Tailwind (arbitrary) */
class="text-[#cf0239] bg-[#cf0239]"
/* SCSS */
$brand: #cf0239;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.224)
/* Android */
Color.parseColor("#cf0239")Accessibility — WCAG contrast
Aa
#cf0239 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0239 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow72.5%
Key (black)18.8%
Color previews
#cf0239 text on a black background
contrast 3.72:1
Card sample
#cf0239 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0239;
Background color
Panel with #cf0239 background
background-color: #cf0239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0239; background: linear-gradient(135deg, #cf0239, #CF5402);