#cc8822
a balanced, vivid orange · warm · closest name: peru
RGB
204, 136, 34
HSL
36°, 71%, 47%
CMYK
0, 33, 83, 20
Luminance
0.3056
Every format
| HEX | #cc8822 |
| RGB | rgb(204, 136, 34) |
| HSL | hsl(36, 71%, 47%) |
| CMYK | cmyk(0%, 33%, 83%, 20%) |
| LAB | lab(62.1 18.1 60.3) |
| LCH | lch(62.1 62.9 73.3) |
| OKLCH | oklch(0.680 0.136 71.1) |
Copy-ready code
/* CSS */
color: #cc8822;
background-color: #cc8822;
/* Tailwind (arbitrary) */
class="text-[#cc8822] bg-[#cc8822]"
/* SCSS */
$brand: #cc8822;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.133)
/* Android */
Color.parseColor("#cc8822")Accessibility — WCAG contrast
Aa
#cc8822 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8822 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow83.3%
Key (black)20.0%
Color previews
#cc8822 text on a black background
contrast 7.11:1
Card sample
#cc8822 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8822;
Background color
Panel with #cc8822 background
background-color: #cc8822;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8822;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8822; background: linear-gradient(135deg, #cc8822, #9FCC22);