#c58c3f
a balanced, vivid orange · warm · closest name: peru
RGB
197, 140, 63
HSL
35°, 54%, 51%
CMYK
0, 29, 68, 23
Luminance
0.3099
Every format
| HEX | #c58c3f |
| RGB | rgb(197, 140, 63) |
| HSL | hsl(35, 54%, 51%) |
| CMYK | cmyk(0%, 29%, 68%, 23%) |
| LAB | lab(62.5 14.1 48.5) |
| LCH | lch(62.5 50.5 73.7) |
| OKLCH | oklch(0.682 0.116 71.7) |
Copy-ready code
/* CSS */
color: #c58c3f;
background-color: #c58c3f;
/* Tailwind (arbitrary) */
class="text-[#c58c3f] bg-[#c58c3f]"
/* SCSS */
$brand: #c58c3f;
/* SwiftUI */
Color(red: 0.773, green: 0.549, blue: 0.247)
/* Android */
Color.parseColor("#c58c3f")Accessibility — WCAG contrast
Aa
#c58c3f on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c58c3f on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green54.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow68.0%
Key (black)22.7%
Color previews
#c58c3f text on a black background
contrast 7.20:1
Card sample
#c58c3f text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c58c3f;
Background color
Panel with #c58c3f background
background-color: #c58c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c58c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 140, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 140, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c58c3f; background: linear-gradient(135deg, #c58c3f, #A5C53F);