#c86e21
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 110, 33
HSL
28°, 72%, 46%
CMYK
0, 45, 84, 22
Luminance
0.2354
Every format
| HEX | #c86e21 |
| RGB | rgb(200, 110, 33) |
| HSL | hsl(28, 72%, 46%) |
| CMYK | cmyk(0%, 45%, 84%, 22%) |
| LAB | lab(55.6 30.4 54.8) |
| LCH | lch(55.6 62.6 60.9) |
| OKLCH | oklch(0.629 0.142 55.4) |
Copy-ready code
/* CSS */
color: #c86e21;
background-color: #c86e21;
/* Tailwind (arbitrary) */
class="text-[#c86e21] bg-[#c86e21]"
/* SCSS */
$brand: #c86e21;
/* SwiftUI */
Color(red: 0.784, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#c86e21")Accessibility — WCAG contrast
Aa
#c86e21 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86e21 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c86e21 text on a black background
contrast 5.71:1
Card sample
#c86e21 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86e21;
Background color
Panel with #c86e21 background
background-color: #c86e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86e21; background: linear-gradient(135deg, #c86e21, #B3C821);