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