#cd862f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 134, 47
HSL
33°, 63%, 49%
CMYK
0, 35, 77, 20
Luminance
0.3023
Every format
| HEX | #cd862f |
| RGB | rgb(205, 134, 47) |
| HSL | hsl(33, 63%, 49%) |
| CMYK | cmyk(0%, 35%, 77%, 20%) |
| LAB | lab(61.9 20.1 55.2) |
| LCH | lch(61.9 58.7 70.0) |
| OKLCH | oklch(0.679 0.131 67.0) |
Copy-ready code
/* CSS */
color: #cd862f;
background-color: #cd862f;
/* Tailwind (arbitrary) */
class="text-[#cd862f] bg-[#cd862f]"
/* SCSS */
$brand: #cd862f;
/* SwiftUI */
Color(red: 0.804, green: 0.525, blue: 0.184)
/* Android */
Color.parseColor("#cd862f")Accessibility — WCAG contrast
Aa
#cd862f on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd862f on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow77.1%
Key (black)19.6%
Color previews
#cd862f text on a black background
contrast 7.05:1
Card sample
#cd862f text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd862f;
Background color
Panel with #cd862f background
background-color: #cd862f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd862f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 134, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 134, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd862f; background: linear-gradient(135deg, #cd862f, #ABCD2F);