#c98511
a dark, electric orange · warm · closest name: peru
RGB
201, 133, 17
HSL
38°, 84%, 43%
CMYK
0, 34, 92, 21
Luminance
0.2923
Every format
| HEX | #c98511 |
| RGB | rgb(201, 133, 17) |
| HSL | hsl(38, 84%, 43%) |
| CMYK | cmyk(0%, 34%, 92%, 21%) |
| LAB | lab(61.0 18.1 63.8) |
| LCH | lch(61.0 66.3 74.2) |
| OKLCH | oklch(0.670 0.140 72.2) |
Copy-ready code
/* CSS */
color: #c98511;
background-color: #c98511;
/* Tailwind (arbitrary) */
class="text-[#c98511] bg-[#c98511]"
/* SCSS */
$brand: #c98511;
/* SwiftUI */
Color(red: 0.788, green: 0.522, blue: 0.067)
/* Android */
Color.parseColor("#c98511")Accessibility — WCAG contrast
Aa
#c98511 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c98511 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.2%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow91.5%
Key (black)21.2%
Color previews
#c98511 text on a black background
contrast 6.85:1
Card sample
#c98511 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98511;
Background color
Panel with #c98511 background
background-color: #c98511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 133, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 133, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98511; background: linear-gradient(135deg, #c98511, #92C911);