#c87821
a balanced, vivid orange · warm · closest name: peru
RGB
200, 120, 33
HSL
31°, 72%, 46%
CMYK
0, 40, 84, 22
Luminance
0.2582
Every format
| HEX | #c87821 |
| RGB | rgb(200, 120, 33) |
| HSL | hsl(31, 72%, 46%) |
| CMYK | cmyk(0%, 40%, 84%, 22%) |
| LAB | lab(57.9 25.1 56.7) |
| LCH | lch(57.9 62.0 66.2) |
| OKLCH | oklch(0.646 0.137 61.9) |
Copy-ready code
/* CSS */
color: #c87821;
background-color: #c87821;
/* Tailwind (arbitrary) */
class="text-[#c87821] bg-[#c87821]"
/* SCSS */
$brand: #c87821;
/* SwiftUI */
Color(red: 0.784, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#c87821")Accessibility — WCAG contrast
Aa
#c87821 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c87821 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c87821 text on a black background
contrast 6.16:1
Card sample
#c87821 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87821;
Background color
Panel with #c87821 background
background-color: #c87821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87821; background: linear-gradient(135deg, #c87821, #A9C821);