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