#cc7721
a balanced, vivid orange · warm · closest name: chocolate
RGB
204, 119, 33
HSL
30°, 72%, 47%
CMYK
0, 42, 84, 20
Luminance
0.2614
Every format
| HEX | #cc7721 |
| RGB | rgb(204, 119, 33) |
| HSL | hsl(30, 72%, 47%) |
| CMYK | cmyk(0%, 42%, 84%, 20%) |
| LAB | lab(58.2 27.3 57.2) |
| LCH | lch(58.2 63.4 64.5) |
| OKLCH | oklch(0.649 0.141 59.8) |
Copy-ready code
/* CSS */
color: #cc7721;
background-color: #cc7721;
/* Tailwind (arbitrary) */
class="text-[#cc7721] bg-[#cc7721]"
/* SCSS */
$brand: #cc7721;
/* SwiftUI */
Color(red: 0.800, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#cc7721")Accessibility — WCAG contrast
Aa
#cc7721 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7721 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow83.8%
Key (black)20.0%
Color previews
#cc7721 text on a black background
contrast 6.23:1
Card sample
#cc7721 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7721;
Background color
Panel with #cc7721 background
background-color: #cc7721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7721; background: linear-gradient(135deg, #cc7721, #AFCC21);