#cc8211
a dark, electric orange · warm · closest name: peru
RGB
204, 130, 17
HSL
36°, 85%, 43%
CMYK
0, 36, 92, 20
Luminance
0.2884
Every format
| HEX | #cc8211 |
| RGB | rgb(204, 130, 17) |
| HSL | hsl(36, 85%, 43%) |
| CMYK | cmyk(0%, 36%, 92%, 20%) |
| LAB | lab(60.6 21.0 63.7) |
| LCH | lch(60.6 67.1 71.8) |
| OKLCH | oklch(0.668 0.142 69.0) |
Copy-ready code
/* CSS */
color: #cc8211;
background-color: #cc8211;
/* Tailwind (arbitrary) */
class="text-[#cc8211] bg-[#cc8211]"
/* SCSS */
$brand: #cc8211;
/* SwiftUI */
Color(red: 0.800, green: 0.510, blue: 0.067)
/* Android */
Color.parseColor("#cc8211")Accessibility — WCAG contrast
Aa
#cc8211 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc8211 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green51.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow91.7%
Key (black)20.0%
Color previews
#cc8211 text on a black background
contrast 6.77:1
Card sample
#cc8211 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8211;
Background color
Panel with #cc8211 background
background-color: #cc8211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 130, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 130, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8211; background: linear-gradient(135deg, #cc8211, #99CC11);