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