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