#cf573f
a balanced, vivid red · warm · closest name: firebrick
RGB
207, 87, 63
HSL
10°, 60%, 53%
CMYK
0, 58, 70, 19
Luminance
0.2044
Every format
| HEX | #cf573f |
| RGB | rgb(207, 87, 63) |
| HSL | hsl(10, 60%, 53%) |
| CMYK | cmyk(0%, 58%, 70%, 19%) |
| LAB | lab(52.3 46.0 37.5) |
| LCH | lch(52.3 59.3 39.1) |
| OKLCH | oklch(0.607 0.158 33.1) |
Copy-ready code
/* CSS */
color: #cf573f;
background-color: #cf573f;
/* Tailwind (arbitrary) */
class="text-[#cf573f] bg-[#cf573f]"
/* SCSS */
$brand: #cf573f;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.247)
/* Android */
Color.parseColor("#cf573f")Accessibility — WCAG contrast
Aa
#cf573f on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf573f on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow69.6%
Key (black)18.8%
Color previews
#cf573f text on a black background
contrast 5.09:1
Card sample
#cf573f text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf573f;
Background color
Panel with #cf573f background
background-color: #cf573f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf573f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf573f; background: linear-gradient(135deg, #cf573f, #CFB73F);