#cd8708
a dark, electric orange · warm · closest name: peru
RGB
205, 135, 8
HSL
39°, 93%, 42%
CMYK
0, 34, 96, 20
Luminance
0.3032
Every format
| HEX | #cd8708 |
| RGB | rgb(205, 135, 8) |
| HSL | hsl(39, 93%, 42%) |
| CMYK | cmyk(0%, 34%, 96%, 20%) |
| LAB | lab(61.9 18.6 66.3) |
| LCH | lch(61.9 68.8 74.3) |
| OKLCH | oklch(0.679 0.143 72.3) |
Copy-ready code
/* CSS */
color: #cd8708;
background-color: #cd8708;
/* Tailwind (arbitrary) */
class="text-[#cd8708] bg-[#cd8708]"
/* SCSS */
$brand: #cd8708;
/* SwiftUI */
Color(red: 0.804, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#cd8708")Accessibility — WCAG contrast
Aa
#cd8708 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8708 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow96.1%
Key (black)19.6%
Color previews
#cd8708 text on a black background
contrast 7.06:1
Card sample
#cd8708 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8708;
Background color
Panel with #cd8708 background
background-color: #cd8708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8708; background: linear-gradient(135deg, #cd8708, #90CD08);