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