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