#c56913
a dark, electric orange · warm · closest name: chocolate
RGB
197, 105, 19
HSL
29°, 82%, 42%
CMYK
0, 47, 90, 23
Luminance
0.2202
Every format
| HEX | #c56913 |
| RGB | rgb(197, 105, 19) |
| HSL | hsl(29, 82%, 42%) |
| CMYK | cmyk(0%, 47%, 90%, 23%) |
| LAB | lab(54.0 31.5 57.9) |
| LCH | lch(54.0 65.9 61.4) |
| OKLCH | oklch(0.616 0.145 55.5) |
Copy-ready code
/* CSS */
color: #c56913;
background-color: #c56913;
/* Tailwind (arbitrary) */
class="text-[#c56913] bg-[#c56913]"
/* SCSS */
$brand: #c56913;
/* SwiftUI */
Color(red: 0.773, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#c56913")Accessibility — WCAG contrast
Aa
#c56913 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56913 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green41.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow90.4%
Key (black)22.7%
Color previews
#c56913 text on a black background
contrast 5.40:1
Card sample
#c56913 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56913;
Background color
Panel with #c56913 background
background-color: #c56913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56913; background: linear-gradient(135deg, #c56913, #AAC513);