#cc8833
a balanced, vivid orange · warm · closest name: peru
RGB
204, 136, 51
HSL
33°, 60%, 50%
CMYK
0, 33, 75, 20
Luminance
0.3068
Every format
| HEX | #cc8833 |
| RGB | rgb(204, 136, 51) |
| HSL | hsl(33, 60%, 50%) |
| CMYK | cmyk(0%, 33%, 75%, 20%) |
| LAB | lab(62.2 18.7 53.9) |
| LCH | lch(62.2 57.0 70.8) |
| OKLCH | oklch(0.681 0.128 68.1) |
Copy-ready code
/* CSS */
color: #cc8833;
background-color: #cc8833;
/* Tailwind (arbitrary) */
class="text-[#cc8833] bg-[#cc8833]"
/* SCSS */
$brand: #cc8833;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#cc8833")Accessibility — WCAG contrast
Aa
#cc8833 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8833 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow75.0%
Key (black)20.0%
Color previews
#cc8833 text on a black background
contrast 7.14:1
Card sample
#cc8833 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8833;
Background color
Panel with #cc8833 background
background-color: #cc8833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8833; background: linear-gradient(135deg, #cc8833, #AACC33);