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