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