#cd8917
a dark, electric orange · warm · closest name: peru
RGB
205, 137, 23
HSL
38°, 80%, 45%
CMYK
0, 33, 89, 20
Luminance
0.3093
Every format
| HEX | #cd8917 |
| RGB | rgb(205, 137, 23) |
| HSL | hsl(38, 80%, 45%) |
| CMYK | cmyk(0%, 33%, 89%, 20%) |
| LAB | lab(62.5 17.8 63.8) |
| LCH | lch(62.5 66.2 74.4) |
| OKLCH | oklch(0.683 0.140 72.6) |
Copy-ready code
/* CSS */
color: #cd8917;
background-color: #cd8917;
/* Tailwind (arbitrary) */
class="text-[#cd8917] bg-[#cd8917]"
/* SCSS */
$brand: #cd8917;
/* SwiftUI */
Color(red: 0.804, green: 0.537, blue: 0.090)
/* Android */
Color.parseColor("#cd8917")Accessibility — WCAG contrast
Aa
#cd8917 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8917 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green53.7%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow88.8%
Key (black)19.6%
Color previews
#cd8917 text on a black background
contrast 7.19:1
Card sample
#cd8917 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8917;
Background color
Panel with #cd8917 background
background-color: #cd8917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 137, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 137, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8917; background: linear-gradient(135deg, #cd8917, #98CD17);