#c58921
a balanced, vivid orange · warm · closest name: peru
RGB
197, 137, 33
HSL
38°, 71%, 45%
CMYK
0, 31, 83, 23
Luminance
0.2987
Every format
| HEX | #c58921 |
| RGB | rgb(197, 137, 33) |
| HSL | hsl(38, 71%, 45%) |
| CMYK | cmyk(0%, 31%, 83%, 23%) |
| LAB | lab(61.5 14.5 59.7) |
| LCH | lch(61.5 61.5 76.4) |
| OKLCH | oklch(0.674 0.132 75.2) |
Copy-ready code
/* CSS */
color: #c58921;
background-color: #c58921;
/* Tailwind (arbitrary) */
class="text-[#c58921] bg-[#c58921]"
/* SCSS */
$brand: #c58921;
/* SwiftUI */
Color(red: 0.773, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#c58921")Accessibility — WCAG contrast
Aa
#c58921 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c58921 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow83.2%
Key (black)22.7%
Color previews
#c58921 text on a black background
contrast 6.97:1
Card sample
#c58921 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58921;
Background color
Panel with #c58921 background
background-color: #c58921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58921; background: linear-gradient(135deg, #c58921, #94C521);