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