#c57713
a dark, electric orange · warm · closest name: peru
RGB
197, 119, 19
HSL
34°, 82%, 42%
CMYK
0, 40, 90, 23
Luminance
0.2511
Every format
| HEX | #c57713 |
| RGB | rgb(197, 119, 19) |
| HSL | hsl(34, 82%, 42%) |
| CMYK | cmyk(0%, 40%, 90%, 23%) |
| LAB | lab(57.2 24.0 60.3) |
| LCH | lch(57.2 64.9 68.3) |
| OKLCH | oklch(0.640 0.139 64.4) |
Copy-ready code
/* CSS */
color: #c57713;
background-color: #c57713;
/* Tailwind (arbitrary) */
class="text-[#c57713] bg-[#c57713]"
/* SCSS */
$brand: #c57713;
/* SwiftUI */
Color(red: 0.773, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#c57713")Accessibility — WCAG contrast
Aa
#c57713 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57713 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green46.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow90.4%
Key (black)22.7%
Color previews
#c57713 text on a black background
contrast 6.02:1
Card sample
#c57713 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57713;
Background color
Panel with #c57713 background
background-color: #c57713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57713; background: linear-gradient(135deg, #c57713, #9DC513);