#c86621
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 102, 33
HSL
25°, 72%, 46%
CMYK
0, 49, 84, 22
Luminance
0.2189
Every format
| HEX | #c86621 |
| RGB | rgb(200, 102, 33) |
| HSL | hsl(25, 72%, 46%) |
| CMYK | cmyk(0%, 49%, 84%, 22%) |
| LAB | lab(53.9 34.7 53.3) |
| LCH | lch(53.9 63.5 56.9) |
| OKLCH | oklch(0.616 0.146 50.6) |
Copy-ready code
/* CSS */
color: #c86621;
background-color: #c86621;
/* Tailwind (arbitrary) */
class="text-[#c86621] bg-[#c86621]"
/* SCSS */
$brand: #c86621;
/* SwiftUI */
Color(red: 0.784, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#c86621")Accessibility — WCAG contrast
Aa
#c86621 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c86621 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c86621 text on a black background
contrast 5.38:1
Card sample
#c86621 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c86621;
Background color
Panel with #c86621 background
background-color: #c86621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c86621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c86621; background: linear-gradient(135deg, #c86621, #BBC821);