#cd982f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 152, 47
HSL
40°, 63%, 49%
CMYK
0, 26, 77, 20
Luminance
0.3564
Every format
| HEX | #cd982f |
| RGB | rgb(205, 152, 47) |
| HSL | hsl(40, 63%, 49%) |
| CMYK | cmyk(0%, 26%, 77%, 20%) |
| LAB | lab(66.3 10.3 59.4) |
| LCH | lch(66.3 60.3 80.1) |
| OKLCH | oklch(0.713 0.132 80.1) |
Copy-ready code
/* CSS */
color: #cd982f;
background-color: #cd982f;
/* Tailwind (arbitrary) */
class="text-[#cd982f] bg-[#cd982f]"
/* SCSS */
$brand: #cd982f;
/* SwiftUI */
Color(red: 0.804, green: 0.596, blue: 0.184)
/* Android */
Color.parseColor("#cd982f")Accessibility — WCAG contrast
Aa
#cd982f on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd982f on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow77.1%
Key (black)19.6%
Color previews
#cd982f text on a black background
contrast 8.13:1
Card sample
#cd982f text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd982f;
Background color
Panel with #cd982f background
background-color: #cd982f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd982f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 152, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 152, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd982f; background: linear-gradient(135deg, #cd982f, #99CD2F);