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