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