#c56621
a balanced, vivid orange · warm · closest name: chocolate
RGB
197, 102, 33
HSL
25°, 71%, 45%
CMYK
0, 48, 83, 23
Luminance
0.2148
Every format
| HEX | #c56621 |
| RGB | rgb(197, 102, 33) |
| HSL | hsl(25, 71%, 45%) |
| CMYK | cmyk(0%, 48%, 83%, 23%) |
| LAB | lab(53.5 33.4 52.7) |
| LCH | lch(53.5 62.4 57.6) |
| OKLCH | oklch(0.611 0.144 51.4) |
Copy-ready code
/* CSS */
color: #c56621;
background-color: #c56621;
/* Tailwind (arbitrary) */
class="text-[#c56621] bg-[#c56621]"
/* SCSS */
$brand: #c56621;
/* SwiftUI */
Color(red: 0.773, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#c56621")Accessibility — WCAG contrast
Aa
#c56621 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c56621 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow83.2%
Key (black)22.7%
Color previews
#c56621 text on a black background
contrast 5.30:1
Card sample
#c56621 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c56621;
Background color
Panel with #c56621 background
background-color: #c56621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c56621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c56621; background: linear-gradient(135deg, #c56621, #B7C521);