#cc855f
a balanced, vivid orange · warm · closest name: peru
RGB
204, 133, 95
HSL
21°, 52%, 59%
CMYK
0, 35, 53, 20
Luminance
0.3044
Every format
| HEX | #cc855f |
| RGB | rgb(204, 133, 95) |
| HSL | hsl(21, 52%, 59%) |
| CMYK | cmyk(0%, 35%, 53%, 20%) |
| LAB | lab(62.0 23.3 31.6) |
| LCH | lch(62.0 39.3 53.7) |
| OKLCH | oklch(0.681 0.102 48.6) |
Copy-ready code
/* CSS */
color: #cc855f;
background-color: #cc855f;
/* Tailwind (arbitrary) */
class="text-[#cc855f] bg-[#cc855f]"
/* SCSS */
$brand: #cc855f;
/* SwiftUI */
Color(red: 0.800, green: 0.522, blue: 0.373)
/* Android */
Color.parseColor("#cc855f")Accessibility — WCAG contrast
Aa
#cc855f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc855f on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow53.4%
Key (black)20.0%
Color previews
#cc855f text on a black background
contrast 7.09:1
Card sample
#cc855f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc855f;
Background color
Panel with #cc855f background
background-color: #cc855f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc855f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 133, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 133, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc855f; background: linear-gradient(135deg, #cc855f, #CACC5F);