#cd840f
a dark, electric orange · warm · closest name: peru
RGB
205, 132, 15
HSL
37°, 86%, 43%
CMYK
0, 36, 93, 20
Luminance
0.2952
Every format
| HEX | #cd840f |
| RGB | rgb(205, 132, 15) |
| HSL | hsl(37, 86%, 43%) |
| CMYK | cmyk(0%, 36%, 93%, 20%) |
| LAB | lab(61.2 20.3 64.6) |
| LCH | lch(61.2 67.7 72.5) |
| OKLCH | oklch(0.673 0.143 70.0) |
Copy-ready code
/* CSS */
color: #cd840f;
background-color: #cd840f;
/* Tailwind (arbitrary) */
class="text-[#cd840f] bg-[#cd840f]"
/* SCSS */
$brand: #cd840f;
/* SwiftUI */
Color(red: 0.804, green: 0.518, blue: 0.059)
/* Android */
Color.parseColor("#cd840f")Accessibility — WCAG contrast
Aa
#cd840f on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd840f on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green51.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow92.7%
Key (black)19.6%
Color previews
#cd840f text on a black background
contrast 6.90:1
Card sample
#cd840f text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd840f;
Background color
Panel with #cd840f background
background-color: #cd840f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd840f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 132, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 132, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd840f; background: linear-gradient(135deg, #cd840f, #97CD0F);