#cf0949
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 9, 73
HSL
341°, 92%, 42%
CMYK
0, 96, 65, 19
Luminance
0.1394
Every format
| HEX | #cf0949 |
| RGB | rgb(207, 9, 73) |
| HSL | hsl(341, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 65%, 19%) |
| LAB | lab(44.2 69.5 21.5) |
| LCH | lch(44.2 72.8 17.2) |
| OKLCH | oklch(0.546 0.215 13.9) |
Copy-ready code
/* CSS */
color: #cf0949;
background-color: #cf0949;
/* Tailwind (arbitrary) */
class="text-[#cf0949] bg-[#cf0949]"
/* SCSS */
$brand: #cf0949;
/* SwiftUI */
Color(red: 0.812, green: 0.035, blue: 0.286)
/* Android */
Color.parseColor("#cf0949")Accessibility — WCAG contrast
Aa
#cf0949 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0949 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow64.7%
Key (black)18.8%
Color previews
#cf0949 text on a black background
contrast 3.79:1
Card sample
#cf0949 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0949;
Background color
Panel with #cf0949 background
background-color: #cf0949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 9, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 9, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0949; background: linear-gradient(135deg, #cf0949, #CF4D09);