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