#c85521
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 85, 33
HSL
19°, 72%, 46%
CMYK
0, 58, 84, 22
Luminance
0.1889
Every format
| HEX | #c85521 |
| RGB | rgb(200, 85, 33) |
| HSL | hsl(19, 72%, 46%) |
| CMYK | cmyk(0%, 58%, 84%, 22%) |
| LAB | lab(50.6 43.2 50.3) |
| LCH | lch(50.6 66.3 49.3) |
| OKLCH | oklch(0.590 0.160 41.9) |
Copy-ready code
/* CSS */
color: #c85521;
background-color: #c85521;
/* Tailwind (arbitrary) */
class="text-[#c85521] bg-[#c85521]"
/* SCSS */
$brand: #c85521;
/* SwiftUI */
Color(red: 0.784, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#c85521")Accessibility — WCAG contrast
Aa
#c85521 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85521 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c85521 text on a black background
contrast 4.78:1
Card sample
#c85521 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85521;
Background color
Panel with #c85521 background
background-color: #c85521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85521; background: linear-gradient(135deg, #c85521, #C8C421);