#c86921
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 105, 33
HSL
26°, 72%, 46%
CMYK
0, 48, 84, 22
Luminance
0.2249
Every format
| HEX | #c86921 |
| RGB | rgb(200, 105, 33) |
| HSL | hsl(26, 72%, 46%) |
| CMYK | cmyk(0%, 48%, 84%, 22%) |
| LAB | lab(54.5 33.1 53.8) |
| LCH | lch(54.5 63.2 58.4) |
| OKLCH | oklch(0.621 0.144 52.4) |
Copy-ready code
/* CSS */
color: #c86921;
background-color: #c86921;
/* Tailwind (arbitrary) */
class="text-[#c86921] bg-[#c86921]"
/* SCSS */
$brand: #c86921;
/* SwiftUI */
Color(red: 0.784, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#c86921")Accessibility — WCAG contrast
Aa
#c86921 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86921 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow83.5%
Key (black)21.6%
Color previews
#c86921 text on a black background
contrast 5.50:1
Card sample
#c86921 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86921;
Background color
Panel with #c86921 background
background-color: #c86921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86921; background: linear-gradient(135deg, #c86921, #B8C821);