#c56921
a balanced, vivid orange · warm · closest name: chocolate
RGB
197, 105, 33
HSL
26°, 71%, 45%
CMYK
0, 47, 83, 23
Luminance
0.2208
Every format
| HEX | #c56921 |
| RGB | rgb(197, 105, 33) |
| HSL | hsl(26, 71%, 45%) |
| CMYK | cmyk(0%, 47%, 83%, 23%) |
| LAB | lab(54.1 31.9 53.3) |
| LCH | lch(54.1 62.1 59.1) |
| OKLCH | oklch(0.616 0.142 53.3) |
Copy-ready code
/* CSS */
color: #c56921;
background-color: #c56921;
/* Tailwind (arbitrary) */
class="text-[#c56921] bg-[#c56921]"
/* SCSS */
$brand: #c56921;
/* SwiftUI */
Color(red: 0.773, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#c56921")Accessibility — WCAG contrast
Aa
#c56921 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56921 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow83.2%
Key (black)22.7%
Color previews
#c56921 text on a black background
contrast 5.42:1
Card sample
#c56921 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56921;
Background color
Panel with #c56921 background
background-color: #c56921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56921; background: linear-gradient(135deg, #c56921, #B4C521);