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