#c85921
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 89, 33
HSL
20°, 72%, 46%
CMYK
0, 56, 84, 22
Luminance
0.1953
Every format
| HEX | #c85921 |
| RGB | rgb(200, 89, 33) |
| HSL | hsl(20, 72%, 46%) |
| CMYK | cmyk(0%, 56%, 84%, 22%) |
| LAB | lab(51.3 41.3 51.0) |
| LCH | lch(51.3 65.6 51.0) |
| OKLCH | oklch(0.596 0.156 43.8) |
Copy-ready code
/* CSS */
color: #c85921;
background-color: #c85921;
/* Tailwind (arbitrary) */
class="text-[#c85921] bg-[#c85921]"
/* SCSS */
$brand: #c85921;
/* SwiftUI */
Color(red: 0.784, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#c85921")Accessibility — WCAG contrast
Aa
#c85921 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85921 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c85921 text on a black background
contrast 4.91:1
Card sample
#c85921 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85921;
Background color
Panel with #c85921 background
background-color: #c85921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85921; background: linear-gradient(135deg, #c85921, #C8C821);