#c57c4b
a balanced, vivid orange · warm · closest name: peru
RGB
197, 124, 75
HSL
24°, 51%, 53%
CMYK
0, 37, 62, 23
Luminance
0.2679
Every format
| HEX | #c57c4b |
| RGB | rgb(197, 124, 75) |
| HSL | hsl(24, 51%, 53%) |
| CMYK | cmyk(0%, 37%, 62%, 23%) |
| LAB | lab(58.8 23.7 38.2) |
| LCH | lch(58.8 44.9 58.2) |
| OKLCH | oklch(0.653 0.112 53.4) |
Copy-ready code
/* CSS */
color: #c57c4b;
background-color: #c57c4b;
/* Tailwind (arbitrary) */
class="text-[#c57c4b] bg-[#c57c4b]"
/* SCSS */
$brand: #c57c4b;
/* SwiftUI */
Color(red: 0.773, green: 0.486, blue: 0.294)
/* Android */
Color.parseColor("#c57c4b")Accessibility — WCAG contrast
Aa
#c57c4b on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57c4b on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green48.6%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow61.9%
Key (black)22.7%
Color previews
#c57c4b text on a black background
contrast 6.36:1
Card sample
#c57c4b text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57c4b;
Background color
Panel with #c57c4b background
background-color: #c57c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 124, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 124, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57c4b; background: linear-gradient(135deg, #c57c4b, #BDC54B);