#cc6600
a dark, electric orange · warm · closest name: chocolate
RGB
204, 102, 0
HSL
30°, 100%, 40%
CMYK
0, 50, 100, 20
Luminance
0.2234
Every format
| HEX | #cc6600 |
| RGB | rgb(204, 102, 0) |
| HSL | hsl(30, 100%, 40%) |
| CMYK | cmyk(0%, 50%, 100%, 20%) |
| LAB | lab(54.4 35.7 62.7) |
| LCH | lch(54.4 72.1 60.3) |
| OKLCH | oklch(0.620 0.157 53.5) |
Copy-ready code
/* CSS */
color: #cc6600;
background-color: #cc6600;
/* Tailwind (arbitrary) */
class="text-[#cc6600] bg-[#cc6600]"
/* SCSS */
$brand: #cc6600;
/* SwiftUI */
Color(red: 0.800, green: 0.400, blue: 0.000)
/* Android */
Color.parseColor("#cc6600")Accessibility — WCAG contrast
Aa
#cc6600 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6600 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow100.0%
Key (black)20.0%
Color previews
#cc6600 text on a black background
contrast 5.47:1
Card sample
#cc6600 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6600;
Background color
Panel with #cc6600 background
background-color: #cc6600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 102, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 102, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6600; background: linear-gradient(135deg, #cc6600, #AACC00);