#cc8913
a dark, electric orange · warm · closest name: peru
RGB
204, 137, 19
HSL
38°, 83%, 44%
CMYK
0, 33, 91, 20
Luminance
0.3078
Every format
| HEX | #cc8913 |
| RGB | rgb(204, 137, 19) |
| HSL | hsl(38, 83%, 44%) |
| CMYK | cmyk(0%, 33%, 91%, 20%) |
| LAB | lab(62.3 17.2 64.5) |
| LCH | lch(62.3 66.8 75.0) |
| OKLCH | oklch(0.681 0.141 73.4) |
Copy-ready code
/* CSS */
color: #cc8913;
background-color: #cc8913;
/* Tailwind (arbitrary) */
class="text-[#cc8913] bg-[#cc8913]"
/* SCSS */
$brand: #cc8913;
/* SwiftUI */
Color(red: 0.800, green: 0.537, blue: 0.075)
/* Android */
Color.parseColor("#cc8913")Accessibility — WCAG contrast
Aa
#cc8913 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8913 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow90.7%
Key (black)20.0%
Color previews
#cc8913 text on a black background
contrast 7.16:1
Card sample
#cc8913 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8913;
Background color
Panel with #cc8913 background
background-color: #cc8913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 137, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 137, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8913; background: linear-gradient(135deg, #cc8913, #94CC13);