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