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