#c86421
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 100, 33
HSL
24°, 72%, 46%
CMYK
0, 50, 84, 22
Luminance
0.2150
Every format
| HEX | #c86421 |
| RGB | rgb(200, 100, 33) |
| HSL | hsl(24, 72%, 46%) |
| CMYK | cmyk(0%, 50%, 84%, 22%) |
| LAB | lab(53.5 35.7 52.9) |
| LCH | lch(53.5 63.8 56.0) |
| OKLCH | oklch(0.612 0.148 49.5) |
Copy-ready code
/* CSS */
color: #c86421;
background-color: #c86421;
/* Tailwind (arbitrary) */
class="text-[#c86421] bg-[#c86421]"
/* SCSS */
$brand: #c86421;
/* SwiftUI */
Color(red: 0.784, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#c86421")Accessibility — WCAG contrast
Aa
#c86421 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86421 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c86421 text on a black background
contrast 5.30:1
Card sample
#c86421 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86421;
Background color
Panel with #c86421 background
background-color: #c86421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86421; background: linear-gradient(135deg, #c86421, #BDC821);