#cd8d3f
a balanced, vivid orange · warm · closest name: peru
RGB
205, 141, 63
HSL
33°, 59%, 53%
CMYK
0, 31, 69, 20
Luminance
0.3239
Every format
| HEX | #cd8d3f |
| RGB | rgb(205, 141, 63) |
| HSL | hsl(33, 59%, 53%) |
| CMYK | cmyk(0%, 31%, 69%, 20%) |
| LAB | lab(63.7 17.0 50.0) |
| LCH | lch(63.7 52.8 71.2) |
| OKLCH | oklch(0.693 0.121 68.5) |
Copy-ready code
/* CSS */
color: #cd8d3f;
background-color: #cd8d3f;
/* Tailwind (arbitrary) */
class="text-[#cd8d3f] bg-[#cd8d3f]"
/* SCSS */
$brand: #cd8d3f;
/* SwiftUI */
Color(red: 0.804, green: 0.553, blue: 0.247)
/* Android */
Color.parseColor("#cd8d3f")Accessibility — WCAG contrast
Aa
#cd8d3f on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8d3f on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green55.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow69.3%
Key (black)19.6%
Color previews
#cd8d3f text on a black background
contrast 7.48:1
Card sample
#cd8d3f text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8d3f;
Background color
Panel with #cd8d3f background
background-color: #cd8d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 141, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 141, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8d3f; background: linear-gradient(135deg, #cd8d3f, #AECD3F);