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