#c57c13
a dark, electric orange · warm · closest name: peru
RGB
197, 124, 19
HSL
35°, 82%, 42%
CMYK
0, 37, 90, 23
Luminance
0.2633
Every format
| HEX | #c57c13 |
| RGB | rgb(197, 124, 19) |
| HSL | hsl(35, 82%, 42%) |
| CMYK | cmyk(0%, 37%, 90%, 23%) |
| LAB | lab(58.4 21.3 61.2) |
| LCH | lch(58.4 64.8 70.8) |
| OKLCH | oklch(0.649 0.138 67.7) |
Copy-ready code
/* CSS */
color: #c57c13;
background-color: #c57c13;
/* Tailwind (arbitrary) */
class="text-[#c57c13] bg-[#c57c13]"
/* SCSS */
$brand: #c57c13;
/* SwiftUI */
Color(red: 0.773, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#c57c13")Accessibility — WCAG contrast
Aa
#c57c13 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57c13 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow90.4%
Key (black)22.7%
Color previews
#c57c13 text on a black background
contrast 6.27:1
Card sample
#c57c13 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57c13;
Background color
Panel with #c57c13 background
background-color: #c57c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57c13; background: linear-gradient(135deg, #c57c13, #97C513);