#c57607
a dark, electric orange · warm · closest name: chocolate
RGB
197, 118, 7
HSL
35°, 93%, 40%
CMYK
0, 40, 96, 23
Luminance
0.2484
Every format
| HEX | #c57607 |
| RGB | rgb(197, 118, 7) |
| HSL | hsl(35, 93%, 40%) |
| CMYK | cmyk(0%, 40%, 96%, 23%) |
| LAB | lab(56.9 24.4 62.5) |
| LCH | lch(56.9 67.1 68.7) |
| OKLCH | oklch(0.638 0.142 64.7) |
Copy-ready code
/* CSS */
color: #c57607;
background-color: #c57607;
/* Tailwind (arbitrary) */
class="text-[#c57607] bg-[#c57607]"
/* SCSS */
$brand: #c57607;
/* SwiftUI */
Color(red: 0.773, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#c57607")Accessibility — WCAG contrast
Aa
#c57607 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c57607 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow96.4%
Key (black)22.7%
Color previews
#c57607 text on a black background
contrast 5.97:1
Card sample
#c57607 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c57607;
Background color
Panel with #c57607 background
background-color: #c57607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c57607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c57607; background: linear-gradient(135deg, #c57607, #95C507);