#c57310
a dark, electric orange · warm · closest name: chocolate
RGB
197, 115, 16
HSL
33°, 85%, 42%
CMYK
0, 42, 92, 23
Luminance
0.2417
Every format
| HEX | #c57310 |
| RGB | rgb(197, 115, 16) |
| HSL | hsl(33, 85%, 42%) |
| CMYK | cmyk(0%, 42%, 92%, 23%) |
| LAB | lab(56.3 26.1 60.3) |
| LCH | lch(56.3 65.7 66.6) |
| OKLCH | oklch(0.632 0.141 62.1) |
Copy-ready code
/* CSS */
color: #c57310;
background-color: #c57310;
/* Tailwind (arbitrary) */
class="text-[#c57310] bg-[#c57310]"
/* SCSS */
$brand: #c57310;
/* SwiftUI */
Color(red: 0.773, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#c57310")Accessibility — WCAG contrast
Aa
#c57310 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57310 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green45.1%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow91.9%
Key (black)22.7%
Color previews
#c57310 text on a black background
contrast 5.83:1
Card sample
#c57310 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57310;
Background color
Panel with #c57310 background
background-color: #c57310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57310; background: linear-gradient(135deg, #c57310, #9FC510);