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