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