#c58310
a dark, electric orange · warm · closest name: peru
RGB
197, 131, 16
HSL
38°, 85%, 42%
CMYK
0, 34, 92, 23
Luminance
0.2814
Every format
| HEX | #c58310 |
| RGB | rgb(197, 131, 16) |
| HSL | hsl(38, 85%, 42%) |
| CMYK | cmyk(0%, 34%, 92%, 23%) |
| LAB | lab(60.0 17.4 63.1) |
| LCH | lch(60.0 65.4 74.6) |
| OKLCH | oklch(0.662 0.138 72.8) |
Copy-ready code
/* CSS */
color: #c58310;
background-color: #c58310;
/* Tailwind (arbitrary) */
class="text-[#c58310] bg-[#c58310]"
/* SCSS */
$brand: #c58310;
/* SwiftUI */
Color(red: 0.773, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#c58310")Accessibility — WCAG contrast
Aa
#c58310 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c58310 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow91.9%
Key (black)22.7%
Color previews
#c58310 text on a black background
contrast 6.63:1
Card sample
#c58310 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58310;
Background color
Panel with #c58310 background
background-color: #c58310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58310; background: linear-gradient(135deg, #c58310, #8FC510);