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