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