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