#c84d21
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 77, 33
HSL
16°, 72%, 46%
CMYK
0, 62, 84, 22
Luminance
0.1770
Every format
| HEX | #c84d21 |
| RGB | rgb(200, 77, 33) |
| HSL | hsl(16, 72%, 46%) |
| CMYK | cmyk(0%, 62%, 84%, 22%) |
| LAB | lab(49.1 46.9 49.0) |
| LCH | lch(49.1 67.9 46.3) |
| OKLCH | oklch(0.579 0.166 38.6) |
Copy-ready code
/* CSS */
color: #c84d21;
background-color: #c84d21;
/* Tailwind (arbitrary) */
class="text-[#c84d21] bg-[#c84d21]"
/* SCSS */
$brand: #c84d21;
/* SwiftUI */
Color(red: 0.784, green: 0.302, blue: 0.129)
/* Android */
Color.parseColor("#c84d21")Accessibility — WCAG contrast
Aa
#c84d21 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c84d21 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green30.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c84d21 text on a black background
contrast 4.54:1
Card sample
#c84d21 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c84d21;
Background color
Panel with #c84d21 background
background-color: #c84d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c84d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 77, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 77, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c84d21; background: linear-gradient(135deg, #c84d21, #C8BC21);