#c8620e
a dark, electric orange · warm · closest name: chocolate
RGB
200, 98, 14
HSL
27°, 87%, 42%
CMYK
0, 51, 93, 22
Luminance
0.2105
Every format
| HEX | #c8620e |
| RGB | rgb(200, 98, 14) |
| HSL | hsl(27, 87%, 42%) |
| CMYK | cmyk(0%, 51%, 93%, 22%) |
| LAB | lab(53.0 36.3 58.6) |
| LCH | lch(53.0 69.0 58.2) |
| OKLCH | oklch(0.608 0.153 51.3) |
Copy-ready code
/* CSS */
color: #c8620e;
background-color: #c8620e;
/* Tailwind (arbitrary) */
class="text-[#c8620e] bg-[#c8620e]"
/* SCSS */
$brand: #c8620e;
/* SwiftUI */
Color(red: 0.784, green: 0.384, blue: 0.055)
/* Android */
Color.parseColor("#c8620e")Accessibility — WCAG contrast
Aa
#c8620e on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c8620e on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green38.4%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow93.0%
Key (black)21.6%
Color previews
#c8620e text on a black background
contrast 5.21:1
Card sample
#c8620e text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8620e;
Background color
Panel with #c8620e background
background-color: #c8620e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8620e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 98, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 98, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8620e; background: linear-gradient(135deg, #c8620e, #B2C80E);