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