#c56607
a dark, electric orange · warm · closest name: chocolate
RGB
197, 102, 7
HSL
30°, 93%, 40%
CMYK
0, 48, 96, 23
Luminance
0.2139
Every format
| HEX | #c56607 |
| RGB | rgb(197, 102, 7) |
| HSL | hsl(30, 93%, 40%) |
| CMYK | cmyk(0%, 48%, 96%, 23%) |
| LAB | lab(53.4 32.9 60.1) |
| LCH | lch(53.4 68.6 61.3) |
| OKLCH | oklch(0.610 0.149 54.9) |
Copy-ready code
/* CSS */
color: #c56607;
background-color: #c56607;
/* Tailwind (arbitrary) */
class="text-[#c56607] bg-[#c56607]"
/* SCSS */
$brand: #c56607;
/* SwiftUI */
Color(red: 0.773, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#c56607")Accessibility — WCAG contrast
Aa
#c56607 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56607 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow96.4%
Key (black)22.7%
Color previews
#c56607 text on a black background
contrast 5.28:1
Card sample
#c56607 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56607;
Background color
Panel with #c56607 background
background-color: #c56607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56607; background: linear-gradient(135deg, #c56607, #A5C507);