#cd8f3d
a balanced, vivid orange · warm · closest name: peru
RGB
205, 143, 61
HSL
34°, 59%, 52%
CMYK
0, 30, 70, 20
Luminance
0.3296
Every format
| HEX | #cd8f3d |
| RGB | rgb(205, 143, 61) |
| HSL | hsl(34, 59%, 52%) |
| CMYK | cmyk(0%, 30%, 70%, 20%) |
| LAB | lab(64.1 15.8 51.4) |
| LCH | lch(64.1 53.8 72.9) |
| OKLCH | oklch(0.697 0.122 70.7) |
Copy-ready code
/* CSS */
color: #cd8f3d;
background-color: #cd8f3d;
/* Tailwind (arbitrary) */
class="text-[#cd8f3d] bg-[#cd8f3d]"
/* SCSS */
$brand: #cd8f3d;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.239)
/* Android */
Color.parseColor("#cd8f3d")Accessibility — WCAG contrast
Aa
#cd8f3d on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f3d on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow70.2%
Key (black)19.6%
Color previews
#cd8f3d text on a black background
contrast 7.59:1
Card sample
#cd8f3d text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f3d;
Background color
Panel with #cd8f3d background
background-color: #cd8f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f3d; background: linear-gradient(135deg, #cd8f3d, #ABCD3D);