#cc9021
a balanced, vivid orange · warm · closest name: peru
RGB
204, 144, 33
HSL
39°, 72%, 47%
CMYK
0, 29, 84, 20
Luminance
0.3289
Every format
| HEX | #cc9021 |
| RGB | rgb(204, 144, 33) |
| HSL | hsl(39, 72%, 47%) |
| CMYK | cmyk(0%, 29%, 84%, 20%) |
| LAB | lab(64.1 13.7 62.2) |
| LCH | lch(64.1 63.7 77.5) |
| OKLCH | oklch(0.695 0.136 76.8) |
Copy-ready code
/* CSS */
color: #cc9021;
background-color: #cc9021;
/* Tailwind (arbitrary) */
class="text-[#cc9021] bg-[#cc9021]"
/* SCSS */
$brand: #cc9021;
/* SwiftUI */
Color(red: 0.800, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#cc9021")Accessibility — WCAG contrast
Aa
#cc9021 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9021 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow83.8%
Key (black)20.0%
Color previews
#cc9021 text on a black background
contrast 7.58:1
Card sample
#cc9021 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9021;
Background color
Panel with #cc9021 background
background-color: #cc9021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9021; background: linear-gradient(135deg, #cc9021, #96CC21);