#c37726
a balanced, vivid orange · warm · closest name: peru
RGB
195, 119, 38
HSL
31°, 67%, 46%
CMYK
0, 39, 81, 24
Luminance
0.2494
Every format
| HEX | #c37726 |
| RGB | rgb(195, 119, 38) |
| HSL | hsl(31, 67%, 46%) |
| CMYK | cmyk(0%, 39%, 81%, 24%) |
| LAB | lab(57.0 23.6 53.8) |
| LCH | lch(57.0 58.8 66.3) |
| OKLCH | oklch(0.638 0.131 62.3) |
Copy-ready code
/* CSS */
color: #c37726;
background-color: #c37726;
/* Tailwind (arbitrary) */
class="text-[#c37726] bg-[#c37726]"
/* SCSS */
$brand: #c37726;
/* SwiftUI */
Color(red: 0.765, green: 0.467, blue: 0.149)
/* Android */
Color.parseColor("#c37726")Accessibility — WCAG contrast
Aa
#c37726 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c37726 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green46.7%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow80.5%
Key (black)23.5%
Color previews
#c37726 text on a black background
contrast 5.99:1
Card sample
#c37726 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37726;
Background color
Panel with #c37726 background
background-color: #c37726;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37726;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 119, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 119, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37726; background: linear-gradient(135deg, #c37726, #A6C326);