#c84021
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 64, 33
HSL
11°, 72%, 46%
CMYK
0, 68, 84, 22
Luminance
0.1606
Every format
| HEX | #c84021 |
| RGB | rgb(200, 64, 33) |
| HSL | hsl(11, 72%, 46%) |
| CMYK | cmyk(0%, 68%, 84%, 22%) |
| LAB | lab(47.0 52.5 47.2) |
| LCH | lch(47.0 70.6 41.9) |
| OKLCH | oklch(0.564 0.178 34.1) |
Copy-ready code
/* CSS */
color: #c84021;
background-color: #c84021;
/* Tailwind (arbitrary) */
class="text-[#c84021] bg-[#c84021]"
/* SCSS */
$brand: #c84021;
/* SwiftUI */
Color(red: 0.784, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#c84021")Accessibility — WCAG contrast
Aa
#c84021 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c84021 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c84021 text on a black background
contrast 4.21:1
Card sample
#c84021 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84021;
Background color
Panel with #c84021 background
background-color: #c84021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84021; background: linear-gradient(135deg, #c84021, #C8AF21);