#cd8b49
a balanced, vivid orange · warm · closest name: peru
RGB
205, 139, 73
HSL
30°, 57%, 55%
CMYK
0, 32, 64, 20
Luminance
0.3193
Every format
| HEX | #cd8b49 |
| RGB | rgb(205, 139, 73) |
| HSL | hsl(30, 57%, 55%) |
| CMYK | cmyk(0%, 32%, 64%, 20%) |
| LAB | lab(63.3 18.7 44.7) |
| LCH | lch(63.3 48.5 67.3) |
| OKLCH | oklch(0.690 0.115 63.8) |
Copy-ready code
/* CSS */
color: #cd8b49;
background-color: #cd8b49;
/* Tailwind (arbitrary) */
class="text-[#cd8b49] bg-[#cd8b49]"
/* SCSS */
$brand: #cd8b49;
/* SwiftUI */
Color(red: 0.804, green: 0.545, blue: 0.286)
/* Android */
Color.parseColor("#cd8b49")Accessibility — WCAG contrast
Aa
#cd8b49 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8b49 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green54.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow64.4%
Key (black)19.6%
Color previews
#cd8b49 text on a black background
contrast 7.39:1
Card sample
#cd8b49 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8b49;
Background color
Panel with #cd8b49 background
background-color: #cd8b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 139, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 139, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8b49; background: linear-gradient(135deg, #cd8b49, #B7CD49);