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