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