#cc8300
a dark, electric orange · warm · closest name: peru
RGB
204, 131, 0
HSL
39°, 100%, 40%
CMYK
0, 36, 100, 20
Luminance
0.2907
Every format
| HEX | #cc8300 |
| RGB | rgb(204, 131, 0) |
| HSL | hsl(39, 100%, 40%) |
| CMYK | cmyk(0%, 36%, 100%, 20%) |
| LAB | lab(60.9 20.3 66.7) |
| LCH | lch(60.9 69.7 73.1) |
| OKLCH | oklch(0.670 0.145 70.6) |
Copy-ready code
/* CSS */
color: #cc8300;
background-color: #cc8300;
/* Tailwind (arbitrary) */
class="text-[#cc8300] bg-[#cc8300]"
/* SCSS */
$brand: #cc8300;
/* SwiftUI */
Color(red: 0.800, green: 0.514, blue: 0.000)
/* Android */
Color.parseColor("#cc8300")Accessibility — WCAG contrast
Aa
#cc8300 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc8300 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green51.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow100.0%
Key (black)20.0%
Color previews
#cc8300 text on a black background
contrast 6.81:1
Card sample
#cc8300 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8300;
Background color
Panel with #cc8300 background
background-color: #cc8300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 131, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 131, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8300; background: linear-gradient(135deg, #cc8300, #8DCC00);