#cc863f
a balanced, vivid orange · warm · “peru”
RGB
204, 134, 63
HSL
30°, 58%, 52%
CMYK
0, 34, 69, 20
Luminance
0.3025
Every format
| HEX | #cc863f |
| RGB | rgb(204, 134, 63) |
| HSL | hsl(30, 58%, 52%) |
| CMYK | cmyk(0%, 34%, 69%, 20%) |
| LAB | lab(61.9 20.4 48.0) |
| LCH | lch(61.9 52.2 66.9) |
| OKLCH | oklch(0.679 0.122 63.4) |
Copy-ready code
/* CSS */
color: #cc863f;
background-color: #cc863f;
/* Tailwind (arbitrary) */
class="text-[#cc863f] bg-[#cc863f]"
/* SCSS */
$brand: #cc863f;
/* SwiftUI */
Color(red: 0.800, green: 0.525, blue: 0.247)
/* Android */
Color.parseColor("#cc863f")Accessibility — WCAG contrast
Aa
#cc863f on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc863f on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green52.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow69.1%
Key (black)20.0%
Color previews
#cc863f text on a black background
contrast 7.05:1
Card sample
#cc863f text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc863f;
Background color
Panel with #cc863f background
background-color: #cc863f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc863f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 134, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 134, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc863f; background: linear-gradient(135deg, #cc863f, #B4CC3F);