#c56021
a balanced, vivid orange · warm · closest name: chocolate
RGB
197, 96, 33
HSL
23°, 71%, 45%
CMYK
0, 51, 83, 23
Luminance
0.2035
Every format
| HEX | #c56021 |
| RGB | rgb(197, 96, 33) |
| HSL | hsl(23, 71%, 45%) |
| CMYK | cmyk(0%, 51%, 83%, 23%) |
| LAB | lab(52.2 36.5 51.6) |
| LCH | lch(52.2 63.2 54.7) |
| OKLCH | oklch(0.602 0.148 48.0) |
Copy-ready code
/* CSS */
color: #c56021;
background-color: #c56021;
/* Tailwind (arbitrary) */
class="text-[#c56021] bg-[#c56021]"
/* SCSS */
$brand: #c56021;
/* SwiftUI */
Color(red: 0.773, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#c56021")Accessibility — WCAG contrast
Aa
#c56021 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56021 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.3%
Yellow83.2%
Key (black)22.7%
Color previews
#c56021 text on a black background
contrast 5.07:1
Card sample
#c56021 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56021;
Background color
Panel with #c56021 background
background-color: #c56021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56021; background: linear-gradient(135deg, #c56021, #BDC521);