#c54921
a balanced, vivid red · warm · closest name: firebrick
RGB
197, 73, 33
HSL
15°, 71%, 45%
CMYK
0, 63, 83, 23
Luminance
0.1675
Every format
| HEX | #c54921 |
| RGB | rgb(197, 73, 33) |
| HSL | hsl(15, 71%, 45%) |
| CMYK | cmyk(0%, 63%, 83%, 23%) |
| LAB | lab(47.9 47.6 47.8) |
| LCH | lch(47.9 67.5 45.1) |
| OKLCH | oklch(0.569 0.167 37.4) |
Copy-ready code
/* CSS */
color: #c54921;
background-color: #c54921;
/* Tailwind (arbitrary) */
class="text-[#c54921] bg-[#c54921]"
/* SCSS */
$brand: #c54921;
/* SwiftUI */
Color(red: 0.773, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#c54921")Accessibility — WCAG contrast
Aa
#c54921 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c54921 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow83.2%
Key (black)22.7%
Color previews
#c54921 text on a black background
contrast 4.35:1
Card sample
#c54921 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c54921;
Background color
Panel with #c54921 background
background-color: #c54921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c54921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c54921; background: linear-gradient(135deg, #c54921, #C5B621);