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