#cf1649
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 22, 73
HSL
344°, 81%, 45%
CMYK
0, 89, 65, 19
Luminance
0.1432
Every format
| HEX | #cf1649 |
| RGB | rgb(207, 22, 73) |
| HSL | hsl(344, 81%, 45%) |
| CMYK | cmyk(0%, 89%, 65%, 19%) |
| LAB | lab(44.7 68.0 22.2) |
| LCH | lch(44.7 71.5 18.1) |
| OKLCH | oklch(0.550 0.210 14.6) |
Copy-ready code
/* CSS */
color: #cf1649;
background-color: #cf1649;
/* Tailwind (arbitrary) */
class="text-[#cf1649] bg-[#cf1649]"
/* SCSS */
$brand: #cf1649;
/* SwiftUI */
Color(red: 0.812, green: 0.086, blue: 0.286)
/* Android */
Color.parseColor("#cf1649")Accessibility — WCAG contrast
Aa
#cf1649 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1649 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow64.7%
Key (black)18.8%
Color previews
#cf1649 text on a black background
contrast 3.86:1
Card sample
#cf1649 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1649;
Background color
Panel with #cf1649 background
background-color: #cf1649;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1649;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 22, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 22, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1649; background: linear-gradient(135deg, #cf1649, #CF5E16);