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