#c9840c
a dark, electric orange · warm · closest name: peru
RGB
201, 132, 12
HSL
38°, 89%, 42%
CMYK
0, 34, 94, 21
Luminance
0.2895
Every format
| HEX | #c9840c |
| RGB | rgb(201, 132, 12) |
| HSL | hsl(38, 89%, 42%) |
| CMYK | cmyk(0%, 34%, 94%, 21%) |
| LAB | lab(60.7 18.5 64.6) |
| LCH | lch(60.7 67.2 74.0) |
| OKLCH | oklch(0.668 0.141 71.9) |
Copy-ready code
/* CSS */
color: #c9840c;
background-color: #c9840c;
/* Tailwind (arbitrary) */
class="text-[#c9840c] bg-[#c9840c]"
/* SCSS */
$brand: #c9840c;
/* SwiftUI */
Color(red: 0.788, green: 0.518, blue: 0.047)
/* Android */
Color.parseColor("#c9840c")Accessibility — WCAG contrast
Aa
#c9840c on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c9840c on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green51.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow94.0%
Key (black)21.2%
Color previews
#c9840c text on a black background
contrast 6.79:1
Card sample
#c9840c text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9840c;
Background color
Panel with #c9840c background
background-color: #c9840c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9840c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 132, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 132, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9840c; background: linear-gradient(135deg, #c9840c, #90C90C);