#cc7921
a balanced, vivid orange · warm · closest name: chocolate
RGB
204, 121, 33
HSL
31°, 72%, 47%
CMYK
0, 41, 84, 20
Luminance
0.2662
Every format
| HEX | #cc7921 |
| RGB | rgb(204, 121, 33) |
| HSL | hsl(31, 72%, 47%) |
| CMYK | cmyk(0%, 41%, 84%, 20%) |
| LAB | lab(58.6 26.2 57.6) |
| LCH | lch(58.6 63.3 65.5) |
| OKLCH | oklch(0.653 0.140 61.1) |
Copy-ready code
/* CSS */
color: #cc7921;
background-color: #cc7921;
/* Tailwind (arbitrary) */
class="text-[#cc7921] bg-[#cc7921]"
/* SCSS */
$brand: #cc7921;
/* SwiftUI */
Color(red: 0.800, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#cc7921")Accessibility — WCAG contrast
Aa
#cc7921 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7921 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow83.8%
Key (black)20.0%
Color previews
#cc7921 text on a black background
contrast 6.32:1
Card sample
#cc7921 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7921;
Background color
Panel with #cc7921 background
background-color: #cc7921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7921; background: linear-gradient(135deg, #cc7921, #ADCC21);