#cd863f
a balanced, vivid orange · warm · “peru”
RGB
205, 134, 63
HSL
30°, 59%, 53%
CMYK
0, 35, 69, 20
Luminance
0.3039
Every format
| HEX | #cd863f |
| RGB | rgb(205, 134, 63) |
| HSL | hsl(30, 59%, 53%) |
| CMYK | cmyk(0%, 35%, 69%, 20%) |
| LAB | lab(62.0 20.9 48.2) |
| LCH | lch(62.0 52.5 66.6) |
| OKLCH | oklch(0.680 0.122 63.0) |
Copy-ready code
/* CSS */
color: #cd863f;
background-color: #cd863f;
/* Tailwind (arbitrary) */
class="text-[#cd863f] bg-[#cd863f]"
/* SCSS */
$brand: #cd863f;
/* SwiftUI */
Color(red: 0.804, green: 0.525, blue: 0.247)
/* Android */
Color.parseColor("#cd863f")Accessibility — WCAG contrast
Aa
#cd863f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd863f on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow69.3%
Key (black)19.6%
Color previews
#cd863f text on a black background
contrast 7.08:1
Card sample
#cd863f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd863f;
Background color
Panel with #cd863f background
background-color: #cd863f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd863f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 134, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 134, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd863f; background: linear-gradient(135deg, #cd863f, #B5CD3F);