#c88021
a balanced, vivid orange · warm · closest name: peru
RGB
200, 128, 33
HSL
34°, 72%, 46%
CMYK
0, 36, 84, 22
Luminance
0.2783
Every format
| HEX | #c88021 |
| RGB | rgb(200, 128, 33) |
| HSL | hsl(34, 72%, 46%) |
| CMYK | cmyk(0%, 36%, 84%, 22%) |
| LAB | lab(59.7 20.7 58.3) |
| LCH | lch(59.7 61.9 70.4) |
| OKLCH | oklch(0.660 0.135 67.5) |
Copy-ready code
/* CSS */
color: #c88021;
background-color: #c88021;
/* Tailwind (arbitrary) */
class="text-[#c88021] bg-[#c88021]"
/* SCSS */
$brand: #c88021;
/* SwiftUI */
Color(red: 0.784, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#c88021")Accessibility — WCAG contrast
Aa
#c88021 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c88021 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c88021 text on a black background
contrast 6.57:1
Card sample
#c88021 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88021;
Background color
Panel with #c88021 background
background-color: #c88021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88021; background: linear-gradient(135deg, #c88021, #A1C821);