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