#cf182f
a balanced, electric red · warm · closest name: crimson
RGB
207, 24, 47
HSL
353°, 79%, 45%
CMYK
0, 88, 77, 19
Luminance
0.1412
Every format
| HEX | #cf182f |
| RGB | rgb(207, 24, 47) |
| HSL | hsl(353, 79%, 45%) |
| CMYK | cmyk(0%, 88%, 77%, 19%) |
| LAB | lab(44.4 66.5 37.6) |
| LCH | lch(44.4 76.4 29.5) |
| OKLCH | oklch(0.547 0.210 23.1) |
Copy-ready code
/* CSS */
color: #cf182f;
background-color: #cf182f;
/* Tailwind (arbitrary) */
class="text-[#cf182f] bg-[#cf182f]"
/* SCSS */
$brand: #cf182f;
/* SwiftUI */
Color(red: 0.812, green: 0.094, blue: 0.184)
/* Android */
Color.parseColor("#cf182f")Accessibility — WCAG contrast
Aa
#cf182f on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf182f on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta88.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cf182f text on a black background
contrast 3.82:1
Card sample
#cf182f text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf182f;
Background color
Panel with #cf182f background
background-color: #cf182f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf182f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 24, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 24, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf182f; background: linear-gradient(135deg, #cf182f, #CF7B18);