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