#cd8e2f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 142, 47
HSL
36°, 63%, 49%
CMYK
0, 31, 77, 20
Luminance
0.3253
Every format
| HEX | #cd8e2f |
| RGB | rgb(205, 142, 47) |
| HSL | hsl(36, 63%, 49%) |
| CMYK | cmyk(0%, 31%, 77%, 20%) |
| LAB | lab(63.8 15.7 57.0) |
| LCH | lch(63.8 59.2 74.6) |
| OKLCH | oklch(0.694 0.131 72.9) |
Copy-ready code
/* CSS */
color: #cd8e2f;
background-color: #cd8e2f;
/* Tailwind (arbitrary) */
class="text-[#cd8e2f] bg-[#cd8e2f]"
/* SCSS */
$brand: #cd8e2f;
/* SwiftUI */
Color(red: 0.804, green: 0.557, blue: 0.184)
/* Android */
Color.parseColor("#cd8e2f")Accessibility — WCAG contrast
Aa
#cd8e2f on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8e2f on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow77.1%
Key (black)19.6%
Color previews
#cd8e2f text on a black background
contrast 7.51:1
Card sample
#cd8e2f text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8e2f;
Background color
Panel with #cd8e2f background
background-color: #cd8e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 142, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 142, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8e2f; background: linear-gradient(135deg, #cd8e2f, #A3CD2F);