#cd9439
a balanced, vivid orange · warm · closest name: peru
RGB
205, 148, 57
HSL
37°, 60%, 51%
CMYK
0, 28, 72, 20
Luminance
0.3445
Every format
| HEX | #cd9439 |
| RGB | rgb(205, 148, 57) |
| HSL | hsl(37, 60%, 51%) |
| CMYK | cmyk(0%, 28%, 72%, 20%) |
| LAB | lab(65.3 12.9 54.4) |
| LCH | lch(65.3 55.9 76.6) |
| OKLCH | oklch(0.706 0.125 75.5) |
Copy-ready code
/* CSS */
color: #cd9439;
background-color: #cd9439;
/* Tailwind (arbitrary) */
class="text-[#cd9439] bg-[#cd9439]"
/* SCSS */
$brand: #cd9439;
/* SwiftUI */
Color(red: 0.804, green: 0.580, blue: 0.224)
/* Android */
Color.parseColor("#cd9439")Accessibility — WCAG contrast
Aa
#cd9439 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9439 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green58.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow72.2%
Key (black)19.6%
Color previews
#cd9439 text on a black background
contrast 7.89:1
Card sample
#cd9439 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9439;
Background color
Panel with #cd9439 background
background-color: #cd9439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 148, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 148, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9439; background: linear-gradient(135deg, #cd9439, #A3CD39);