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