#cd8721
a balanced, vivid orange · warm · closest name: peru
RGB
205, 135, 33
HSL
36°, 72%, 47%
CMYK
0, 34, 84, 20
Luminance
0.3042
Every format
| HEX | #cd8721 |
| RGB | rgb(205, 135, 33) |
| HSL | hsl(36, 72%, 47%) |
| CMYK | cmyk(0%, 34%, 84%, 20%) |
| LAB | lab(62.0 19.1 60.5) |
| LCH | lch(62.0 63.5 72.5) |
| OKLCH | oklch(0.679 0.137 70.1) |
Copy-ready code
/* CSS */
color: #cd8721;
background-color: #cd8721;
/* Tailwind (arbitrary) */
class="text-[#cd8721] bg-[#cd8721]"
/* SCSS */
$brand: #cd8721;
/* SwiftUI */
Color(red: 0.804, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#cd8721")Accessibility — WCAG contrast
Aa
#cd8721 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8721 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow83.9%
Key (black)19.6%
Color previews
#cd8721 text on a black background
contrast 7.08:1
Card sample
#cd8721 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8721;
Background color
Panel with #cd8721 background
background-color: #cd8721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8721; background: linear-gradient(135deg, #cd8721, #A0CD21);