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