#cf162f
a dark, electric red · warm · closest name: crimson
RGB
207, 22, 47
HSL
352°, 81%, 45%
CMYK
0, 89, 77, 19
Luminance
0.1404
Every format
| HEX | #cf162f |
| RGB | rgb(207, 22, 47) |
| HSL | hsl(352, 81%, 45%) |
| CMYK | cmyk(0%, 89%, 77%, 19%) |
| LAB | lab(44.3 66.9 37.5) |
| LCH | lch(44.3 76.6 29.3) |
| OKLCH | oklch(0.546 0.211 23.0) |
Copy-ready code
/* CSS */
color: #cf162f;
background-color: #cf162f;
/* Tailwind (arbitrary) */
class="text-[#cf162f] bg-[#cf162f]"
/* SCSS */
$brand: #cf162f;
/* SwiftUI */
Color(red: 0.812, green: 0.086, blue: 0.184)
/* Android */
Color.parseColor("#cf162f")Accessibility — WCAG contrast
Aa
#cf162f on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf162f on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cf162f text on a black background
contrast 3.81:1
Card sample
#cf162f text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf162f;
Background color
Panel with #cf162f background
background-color: #cf162f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf162f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 22, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 22, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf162f; background: linear-gradient(135deg, #cf162f, #CF7816);