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