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