#c56513
a dark, electric orange · warm · closest name: chocolate
RGB
197, 101, 19
HSL
28°, 82%, 42%
CMYK
0, 49, 90, 23
Luminance
0.2122
Every format
| HEX | #c56513 |
| RGB | rgb(197, 101, 19) |
| HSL | hsl(28, 82%, 42%) |
| CMYK | cmyk(0%, 49%, 90%, 23%) |
| LAB | lab(53.2 33.6 57.3) |
| LCH | lch(53.2 66.4 59.6) |
| OKLCH | oklch(0.609 0.148 53.2) |
Copy-ready code
/* CSS */
color: #c56513;
background-color: #c56513;
/* Tailwind (arbitrary) */
class="text-[#c56513] bg-[#c56513]"
/* SCSS */
$brand: #c56513;
/* SwiftUI */
Color(red: 0.773, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#c56513")Accessibility — WCAG contrast
Aa
#c56513 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56513 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green39.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.7%
Yellow90.4%
Key (black)22.7%
Color previews
#c56513 text on a black background
contrast 5.24:1
Card sample
#c56513 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56513;
Background color
Panel with #c56513 background
background-color: #c56513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56513; background: linear-gradient(135deg, #c56513, #AFC513);