#c58613
a dark, electric orange · warm · closest name: peru
RGB
197, 134, 19
HSL
39°, 82%, 42%
CMYK
0, 32, 90, 23
Luminance
0.2897
Every format
| HEX | #c58613 |
| RGB | rgb(197, 134, 19) |
| HSL | hsl(39, 82%, 42%) |
| CMYK | cmyk(0%, 32%, 90%, 23%) |
| LAB | lab(60.8 15.8 63.0) |
| LCH | lch(60.8 64.9 75.9) |
| OKLCH | oklch(0.667 0.137 74.6) |
Copy-ready code
/* CSS */
color: #c58613;
background-color: #c58613;
/* Tailwind (arbitrary) */
class="text-[#c58613] bg-[#c58613]"
/* SCSS */
$brand: #c58613;
/* SwiftUI */
Color(red: 0.773, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#c58613")Accessibility — WCAG contrast
Aa
#c58613 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c58613 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green52.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow90.4%
Key (black)22.7%
Color previews
#c58613 text on a black background
contrast 6.79:1
Card sample
#c58613 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58613;
Background color
Panel with #c58613 background
background-color: #c58613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58613; background: linear-gradient(135deg, #c58613, #8DC513);