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