#cf352c
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 53, 44
HSL
3°, 65%, 49%
CMYK
0, 74, 79, 19
Luminance
0.1599
Every format
| HEX | #cf352c |
| RGB | rgb(207, 53, 44) |
| HSL | hsl(3, 65%, 49%) |
| CMYK | cmyk(0%, 74%, 79%, 19%) |
| LAB | lab(47.0 59.1 42.0) |
| LCH | lch(47.0 72.5 35.4) |
| OKLCH | oklch(0.566 0.192 28.3) |
Copy-ready code
/* CSS */
color: #cf352c;
background-color: #cf352c;
/* Tailwind (arbitrary) */
class="text-[#cf352c] bg-[#cf352c]"
/* SCSS */
$brand: #cf352c;
/* SwiftUI */
Color(red: 0.812, green: 0.208, blue: 0.173)
/* Android */
Color.parseColor("#cf352c")Accessibility — WCAG contrast
Aa
#cf352c on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf352c on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow78.7%
Key (black)18.8%
Color previews
#cf352c text on a black background
contrast 4.20:1
Card sample
#cf352c text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf352c;
Background color
Panel with #cf352c background
background-color: #cf352c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf352c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 53, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 53, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf352c; background: linear-gradient(135deg, #cf352c, #CFA22C);