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