#cc8811
a dark, electric orange · warm · closest name: peru
RGB
204, 136, 17
HSL
38°, 85%, 43%
CMYK
0, 33, 92, 20
Luminance
0.3049
Every format
| HEX | #cc8811 |
| RGB | rgb(204, 136, 17) |
| HSL | hsl(38, 85%, 43%) |
| CMYK | cmyk(0%, 33%, 92%, 20%) |
| LAB | lab(62.1 17.8 64.8) |
| LCH | lch(62.1 67.2 74.7) |
| OKLCH | oklch(0.679 0.141 72.9) |
Copy-ready code
/* CSS */
color: #cc8811;
background-color: #cc8811;
/* Tailwind (arbitrary) */
class="text-[#cc8811] bg-[#cc8811]"
/* SCSS */
$brand: #cc8811;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.067)
/* Android */
Color.parseColor("#cc8811")Accessibility — WCAG contrast
Aa
#cc8811 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8811 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow91.7%
Key (black)20.0%
Color previews
#cc8811 text on a black background
contrast 7.10:1
Card sample
#cc8811 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8811;
Background color
Panel with #cc8811 background
background-color: #cc8811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8811; background: linear-gradient(135deg, #cc8811, #93CC11);