#cc7d13
a dark, electric orange · warm · closest name: chocolate
RGB
204, 125, 19
HSL
34°, 83%, 44%
CMYK
0, 39, 91, 20
Luminance
0.2755
Every format
| HEX | #cc7d13 |
| RGB | rgb(204, 125, 19) |
| HSL | hsl(34, 83%, 44%) |
| CMYK | cmyk(0%, 39%, 91%, 20%) |
| LAB | lab(59.5 23.8 62.4) |
| LCH | lch(59.5 66.8 69.2) |
| OKLCH | oklch(0.659 0.143 65.5) |
Copy-ready code
/* CSS */
color: #cc7d13;
background-color: #cc7d13;
/* Tailwind (arbitrary) */
class="text-[#cc7d13] bg-[#cc7d13]"
/* SCSS */
$brand: #cc7d13;
/* SwiftUI */
Color(red: 0.800, green: 0.490, blue: 0.075)
/* Android */
Color.parseColor("#cc7d13")Accessibility — WCAG contrast
Aa
#cc7d13 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc7d13 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green49.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow90.7%
Key (black)20.0%
Color previews
#cc7d13 text on a black background
contrast 6.51:1
Card sample
#cc7d13 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7d13;
Background color
Panel with #cc7d13 background
background-color: #cc7d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 125, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 125, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7d13; background: linear-gradient(135deg, #cc7d13, #A0CC13);