#c58708
a dark, electric yellow · warm · closest name: peru
RGB
197, 135, 8
HSL
40°, 92%, 40%
CMYK
0, 32, 96, 23
Luminance
0.2922
Every format
| HEX | #c58708 |
| RGB | rgb(197, 135, 8) |
| HSL | hsl(40, 92%, 40%) |
| CMYK | cmyk(0%, 32%, 96%, 23%) |
| LAB | lab(61.0 15.1 65.2) |
| LCH | lch(61.0 66.9 77.0) |
| OKLCH | oklch(0.669 0.139 76.0) |
Copy-ready code
/* CSS */
color: #c58708;
background-color: #c58708;
/* Tailwind (arbitrary) */
class="text-[#c58708] bg-[#c58708]"
/* SCSS */
$brand: #c58708;
/* SwiftUI */
Color(red: 0.773, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#c58708")Accessibility — WCAG contrast
Aa
#c58708 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c58708 on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow95.9%
Key (black)22.7%
Color previews
#c58708 text on a black background
contrast 6.84:1
Card sample
#c58708 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58708;
Background color
Panel with #c58708 background
background-color: #c58708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58708; background: linear-gradient(135deg, #c58708, #85C508);