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