#c56522
a balanced, vivid orange · warm · closest name: chocolate
RGB
197, 101, 34
HSL
25°, 71%, 45%
CMYK
0, 49, 83, 23
Luminance
0.2129
Every format
| HEX | #c56522 |
| RGB | rgb(197, 101, 34) |
| HSL | hsl(25, 71%, 45%) |
| CMYK | cmyk(0%, 49%, 83%, 23%) |
| LAB | lab(53.3 34.0 52.1) |
| LCH | lch(53.3 62.2 56.9) |
| OKLCH | oklch(0.610 0.144 50.6) |
Copy-ready code
/* CSS */
color: #c56522;
background-color: #c56522;
/* Tailwind (arbitrary) */
class="text-[#c56522] bg-[#c56522]"
/* SCSS */
$brand: #c56522;
/* SwiftUI */
Color(red: 0.773, green: 0.396, blue: 0.133)
/* Android */
Color.parseColor("#c56522")Accessibility — WCAG contrast
Aa
#c56522 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56522 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green39.6%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta48.7%
Yellow82.7%
Key (black)22.7%
Color previews
#c56522 text on a black background
contrast 5.26:1
Card sample
#c56522 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56522;
Background color
Panel with #c56522 background
background-color: #c56522;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56522;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 101, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 101, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56522; background: linear-gradient(135deg, #c56522, #B8C522);