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