#c84521
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 69, 33
HSL
13°, 72%, 46%
CMYK
0, 66, 84, 22
Luminance
0.1665
Every format
| HEX | #c84521 |
| RGB | rgb(200, 69, 33) |
| HSL | hsl(13, 72%, 46%) |
| CMYK | cmyk(0%, 66%, 84%, 22%) |
| LAB | lab(47.8 50.4 47.9) |
| LCH | lch(47.8 69.5 43.5) |
| OKLCH | oklch(0.569 0.173 35.7) |
Copy-ready code
/* CSS */
color: #c84521;
background-color: #c84521;
/* Tailwind (arbitrary) */
class="text-[#c84521] bg-[#c84521]"
/* SCSS */
$brand: #c84521;
/* SwiftUI */
Color(red: 0.784, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#c84521")Accessibility — WCAG contrast
Aa
#c84521 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c84521 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c84521 text on a black background
contrast 4.33:1
Card sample
#c84521 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84521;
Background color
Panel with #c84521 background
background-color: #c84521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84521; background: linear-gradient(135deg, #c84521, #C8B421);