#c85321
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 83, 33
HSL
18°, 72%, 46%
CMYK
0, 59, 84, 22
Luminance
0.1858
Every format
| HEX | #c85321 |
| RGB | rgb(200, 83, 33) |
| HSL | hsl(18, 72%, 46%) |
| CMYK | cmyk(0%, 59%, 84%, 22%) |
| LAB | lab(50.2 44.1 50.0) |
| LCH | lch(50.2 66.7 48.5) |
| OKLCH | oklch(0.587 0.161 41.1) |
Copy-ready code
/* CSS */
color: #c85321;
background-color: #c85321;
/* Tailwind (arbitrary) */
class="text-[#c85321] bg-[#c85321]"
/* SCSS */
$brand: #c85321;
/* SwiftUI */
Color(red: 0.784, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#c85321")Accessibility — WCAG contrast
Aa
#c85321 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85321 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c85321 text on a black background
contrast 4.72:1
Card sample
#c85321 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85321;
Background color
Panel with #c85321 background
background-color: #c85321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85321; background: linear-gradient(135deg, #c85321, #C8C321);