#c57d21
a balanced, vivid orange · warm · closest name: peru
RGB
197, 125, 33
HSL
34°, 71%, 45%
CMYK
0, 37, 83, 23
Luminance
0.2665
Every format
| HEX | #c57d21 |
| RGB | rgb(197, 125, 33) |
| HSL | hsl(34, 71%, 45%) |
| CMYK | cmyk(0%, 37%, 83%, 23%) |
| LAB | lab(58.6 21.1 57.2) |
| LCH | lch(58.6 61.0 69.8) |
| OKLCH | oklch(0.651 0.133 66.6) |
Copy-ready code
/* CSS */
color: #c57d21;
background-color: #c57d21;
/* Tailwind (arbitrary) */
class="text-[#c57d21] bg-[#c57d21]"
/* SCSS */
$brand: #c57d21;
/* SwiftUI */
Color(red: 0.773, green: 0.490, blue: 0.129)
/* Android */
Color.parseColor("#c57d21")Accessibility — WCAG contrast
Aa
#c57d21 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57d21 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green49.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow83.2%
Key (black)22.7%
Color previews
#c57d21 text on a black background
contrast 6.33:1
Card sample
#c57d21 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57d21;
Background color
Panel with #c57d21 background
background-color: #c57d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 125, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 125, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57d21; background: linear-gradient(135deg, #c57d21, #A0C521);