#cc8855
a balanced, vivid orange · warm · closest name: peru
RGB
204, 136, 85
HSL
26°, 54%, 57%
CMYK
0, 33, 58, 20
Luminance
0.3110
Every format
| HEX | #cc8855 |
| RGB | rgb(204, 136, 85) |
| HSL | hsl(26, 54%, 57%) |
| CMYK | cmyk(0%, 33%, 58%, 20%) |
| LAB | lab(62.6 20.8 37.7) |
| LCH | lch(62.6 43.0 61.1) |
| OKLCH | oklch(0.685 0.107 56.7) |
Copy-ready code
/* CSS */
color: #cc8855;
background-color: #cc8855;
/* Tailwind (arbitrary) */
class="text-[#cc8855] bg-[#cc8855]"
/* SCSS */
$brand: #cc8855;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#cc8855")Accessibility — WCAG contrast
Aa
#cc8855 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8855 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow58.3%
Key (black)20.0%
Color previews
#cc8855 text on a black background
contrast 7.22:1
Card sample
#cc8855 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8855;
Background color
Panel with #cc8855 background
background-color: #cc8855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8855; background: linear-gradient(135deg, #cc8855, #C1CC55);