#c37745
a balanced, vivid orange · warm · closest name: peru
RGB
195, 119, 69
HSL
24°, 51%, 52%
CMYK
0, 39, 65, 24
Luminance
0.2523
Every format
| HEX | #c37745 |
| RGB | rgb(195, 119, 69) |
| HSL | hsl(24, 51%, 52%) |
| CMYK | cmyk(0%, 39%, 65%, 24%) |
| LAB | lab(57.3 25.2 39.5) |
| LCH | lch(57.3 46.9 57.5) |
| OKLCH | oklch(0.641 0.116 52.6) |
Copy-ready code
/* CSS */
color: #c37745;
background-color: #c37745;
/* Tailwind (arbitrary) */
class="text-[#c37745] bg-[#c37745]"
/* SCSS */
$brand: #c37745;
/* SwiftUI */
Color(red: 0.765, green: 0.467, blue: 0.271)
/* Android */
Color.parseColor("#c37745")Accessibility — WCAG contrast
Aa
#c37745 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c37745 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green46.7%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow64.6%
Key (black)23.5%
Color previews
#c37745 text on a black background
contrast 6.05:1
Card sample
#c37745 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37745;
Background color
Panel with #c37745 background
background-color: #c37745;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37745;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 119, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 119, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37745; background: linear-gradient(135deg, #c37745, #BBC345);