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