#cf142d
a dark, electric red · warm · closest name: crimson
RGB
207, 20, 45
HSL
352°, 82%, 45%
CMYK
0, 90, 78, 19
Luminance
0.1396
Every format
| HEX | #cf142d |
| RGB | rgb(207, 20, 45) |
| HSL | hsl(352, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 78%, 19%) |
| LAB | lab(44.2 67.1 38.5) |
| LCH | lch(44.2 77.4 29.8) |
| OKLCH | oklch(0.545 0.212 23.3) |
Copy-ready code
/* CSS */
color: #cf142d;
background-color: #cf142d;
/* Tailwind (arbitrary) */
class="text-[#cf142d] bg-[#cf142d]"
/* SCSS */
$brand: #cf142d;
/* SwiftUI */
Color(red: 0.812, green: 0.078, blue: 0.176)
/* Android */
Color.parseColor("#cf142d")Accessibility — WCAG contrast
Aa
#cf142d on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf142d on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green7.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow78.3%
Key (black)18.8%
Color previews
#cf142d text on a black background
contrast 3.79:1
Card sample
#cf142d text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf142d;
Background color
Panel with #cf142d background
background-color: #cf142d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf142d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 20, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 20, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf142d; background: linear-gradient(135deg, #cf142d, #CF7814);