#cc8b21
a balanced, vivid orange · warm · closest name: peru
RGB
204, 139, 33
HSL
37°, 72%, 47%
CMYK
0, 32, 84, 20
Luminance
0.3141
Every format
| HEX | #cc8b21 |
| RGB | rgb(204, 139, 33) |
| HSL | hsl(37, 72%, 47%) |
| CMYK | cmyk(0%, 32%, 84%, 20%) |
| LAB | lab(62.9 16.5 61.2) |
| LCH | lch(62.9 63.4 74.9) |
| OKLCH | oklch(0.686 0.136 73.3) |
Copy-ready code
/* CSS */
color: #cc8b21;
background-color: #cc8b21;
/* Tailwind (arbitrary) */
class="text-[#cc8b21] bg-[#cc8b21]"
/* SCSS */
$brand: #cc8b21;
/* SwiftUI */
Color(red: 0.800, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#cc8b21")Accessibility — WCAG contrast
Aa
#cc8b21 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8b21 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow83.8%
Key (black)20.0%
Color previews
#cc8b21 text on a black background
contrast 7.28:1
Card sample
#cc8b21 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8b21;
Background color
Panel with #cc8b21 background
background-color: #cc8b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8b21; background: linear-gradient(135deg, #cc8b21, #9BCC21);