#c45521
a dark, vivid orange · warm · closest name: chocolate
RGB
196, 85, 33
HSL
19°, 71%, 45%
CMYK
0, 57, 83, 23
Luminance
0.1834
Every format
| HEX | #c45521 |
| RGB | rgb(196, 85, 33) |
| HSL | hsl(19, 71%, 45%) |
| CMYK | cmyk(0%, 57%, 83%, 23%) |
| LAB | lab(49.9 41.7 49.5) |
| LCH | lch(49.9 64.7 49.9) |
| OKLCH | oklch(0.584 0.155 42.6) |
Copy-ready code
/* CSS */
color: #c45521;
background-color: #c45521;
/* Tailwind (arbitrary) */
class="text-[#c45521] bg-[#c45521]"
/* SCSS */
$brand: #c45521;
/* SwiftUI */
Color(red: 0.769, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#c45521")Accessibility — WCAG contrast
Aa
#c45521 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c45521 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow83.2%
Key (black)23.1%
Color previews
#c45521 text on a black background
contrast 4.67:1
Card sample
#c45521 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45521;
Background color
Panel with #c45521 background
background-color: #c45521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45521; background: linear-gradient(135deg, #c45521, #C4C221);