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