#cf1557
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 21, 87
HSL
339°, 82%, 45%
CMYK
0, 90, 58, 19
Luminance
0.1449
Every format
| HEX | #cf1557 |
| RGB | rgb(207, 21, 87) |
| HSL | hsl(339, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 58%, 19%) |
| LAB | lab(44.9 69.0 13.8) |
| LCH | lch(44.9 70.3 11.3) |
| OKLCH | oklch(0.553 0.212 9.4) |
Copy-ready code
/* CSS */
color: #cf1557;
background-color: #cf1557;
/* Tailwind (arbitrary) */
class="text-[#cf1557] bg-[#cf1557]"
/* SCSS */
$brand: #cf1557;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.341)
/* Android */
Color.parseColor("#cf1557")Accessibility — WCAG contrast
Aa
#cf1557 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1557 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow58.0%
Key (black)18.8%
Color previews
#cf1557 text on a black background
contrast 3.90:1
Card sample
#cf1557 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1557;
Background color
Panel with #cf1557 background
background-color: #cf1557;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1557;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1557; background: linear-gradient(135deg, #cf1557, #CF4F15);