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