#c58021
a balanced, vivid orange · warm · closest name: peru
RGB
197, 128, 33
HSL
35°, 71%, 45%
CMYK
0, 35, 83, 23
Luminance
0.2742
Every format
| HEX | #c58021 |
| RGB | rgb(197, 128, 33) |
| HSL | hsl(35, 71%, 45%) |
| CMYK | cmyk(0%, 35%, 83%, 23%) |
| LAB | lab(59.4 19.4 57.9) |
| LCH | lch(59.4 61.0 71.4) |
| OKLCH | oklch(0.657 0.133 68.8) |
Copy-ready code
/* CSS */
color: #c58021;
background-color: #c58021;
/* Tailwind (arbitrary) */
class="text-[#c58021] bg-[#c58021]"
/* SCSS */
$brand: #c58021;
/* SwiftUI */
Color(red: 0.773, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#c58021")Accessibility — WCAG contrast
Aa
#c58021 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c58021 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow83.2%
Key (black)22.7%
Color previews
#c58021 text on a black background
contrast 6.48:1
Card sample
#c58021 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58021;
Background color
Panel with #c58021 background
background-color: #c58021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58021; background: linear-gradient(135deg, #c58021, #9DC521);