#cf1439
a dark, electric red · warm · closest name: crimson
RGB
207, 20, 57
HSL
348°, 82%, 45%
CMYK
0, 90, 73, 19
Luminance
0.1406
Every format
| HEX | #cf1439 |
| RGB | rgb(207, 20, 57) |
| HSL | hsl(348, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 73%, 19%) |
| LAB | lab(44.3 67.5 31.6) |
| LCH | lch(44.3 74.5 25.0) |
| OKLCH | oklch(0.546 0.211 19.9) |
Copy-ready code
/* CSS */
color: #cf1439;
background-color: #cf1439;
/* Tailwind (arbitrary) */
class="text-[#cf1439] bg-[#cf1439]"
/* SCSS */
$brand: #cf1439;
/* SwiftUI */
Color(red: 0.812, green: 0.078, blue: 0.224)
/* Android */
Color.parseColor("#cf1439")Accessibility — WCAG contrast
Aa
#cf1439 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1439 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow72.5%
Key (black)18.8%
Color previews
#cf1439 text on a black background
contrast 3.81:1
Card sample
#cf1439 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1439;
Background color
Panel with #cf1439 background
background-color: #cf1439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 20, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 20, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1439; background: linear-gradient(135deg, #cf1439, #CF6C14);