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