#cd844f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 132, 79
HSL
25°, 56%, 56%
CMYK
0, 36, 62, 20
Luminance
0.3005
Every format
| HEX | #cd844f |
| RGB | rgb(205, 132, 79) |
| HSL | hsl(25, 56%, 56%) |
| CMYK | cmyk(0%, 36%, 62%, 20%) |
| LAB | lab(61.7 22.9 39.8) |
| LCH | lch(61.7 45.9 60.0) |
| OKLCH | oklch(0.678 0.113 55.4) |
Copy-ready code
/* CSS */
color: #cd844f;
background-color: #cd844f;
/* Tailwind (arbitrary) */
class="text-[#cd844f] bg-[#cd844f]"
/* SCSS */
$brand: #cd844f;
/* SwiftUI */
Color(red: 0.804, green: 0.518, blue: 0.310)
/* Android */
Color.parseColor("#cd844f")Accessibility — WCAG contrast
Aa
#cd844f on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd844f on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow61.5%
Key (black)19.6%
Color previews
#cd844f text on a black background
contrast 7.01:1
Card sample
#cd844f text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd844f;
Background color
Panel with #cd844f background
background-color: #cd844f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd844f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 132, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 132, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd844f; background: linear-gradient(135deg, #cd844f, #C2CD4F);