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