#cc6c11
a dark, electric orange · warm · closest name: chocolate
RGB
204, 108, 17
HSL
29°, 85%, 43%
CMYK
0, 47, 92, 20
Luminance
0.2360
Every format
| HEX | #cc6c11 |
| RGB | rgb(204, 108, 17) |
| HSL | hsl(29, 85%, 43%) |
| CMYK | cmyk(0%, 47%, 92%, 20%) |
| LAB | lab(55.7 32.8 60.1) |
| LCH | lch(55.7 68.5 61.4) |
| OKLCH | oklch(0.630 0.150 55.3) |
Copy-ready code
/* CSS */
color: #cc6c11;
background-color: #cc6c11;
/* Tailwind (arbitrary) */
class="text-[#cc6c11] bg-[#cc6c11]"
/* SCSS */
$brand: #cc6c11;
/* SwiftUI */
Color(red: 0.800, green: 0.424, blue: 0.067)
/* Android */
Color.parseColor("#cc6c11")Accessibility — WCAG contrast
Aa
#cc6c11 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6c11 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green42.4%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow91.7%
Key (black)20.0%
Color previews
#cc6c11 text on a black background
contrast 5.72:1
Card sample
#cc6c11 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6c11;
Background color
Panel with #cc6c11 background
background-color: #cc6c11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6c11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 108, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 108, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6c11; background: linear-gradient(135deg, #cc6c11, #AFCC11);