#c58c1c
a dark, electric orange · warm · closest name: peru
RGB
197, 140, 28
HSL
40°, 75%, 44%
CMYK
0, 29, 86, 23
Luminance
0.3071
Every format
| HEX | #c58c1c |
| RGB | rgb(197, 140, 28) |
| HSL | hsl(40, 75%, 44%) |
| CMYK | cmyk(0%, 29%, 86%, 23%) |
| LAB | lab(62.3 12.7 61.9) |
| LCH | lch(62.3 63.2 78.4) |
| OKLCH | oklch(0.679 0.134 77.9) |
Copy-ready code
/* CSS */
color: #c58c1c;
background-color: #c58c1c;
/* Tailwind (arbitrary) */
class="text-[#c58c1c] bg-[#c58c1c]"
/* SCSS */
$brand: #c58c1c;
/* SwiftUI */
Color(red: 0.773, green: 0.549, blue: 0.110)
/* Android */
Color.parseColor("#c58c1c")Accessibility — WCAG contrast
Aa
#c58c1c on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58c1c on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green54.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow85.8%
Key (black)22.7%
Color previews
#c58c1c text on a black background
contrast 7.14:1
Card sample
#c58c1c text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58c1c;
Background color
Panel with #c58c1c background
background-color: #c58c1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58c1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 140, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 140, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58c1c; background: linear-gradient(135deg, #c58c1c, #8DC51C);