#c98c13
a dark, electric orange · warm · closest name: peru
RGB
201, 140, 19
HSL
40°, 83%, 43%
CMYK
0, 30, 91, 21
Luminance
0.3122
Every format
| HEX | #c98c13 |
| RGB | rgb(201, 140, 19) |
| HSL | hsl(40, 83%, 43%) |
| CMYK | cmyk(0%, 30%, 91%, 21%) |
| LAB | lab(62.7 14.3 64.7) |
| LCH | lch(62.7 66.2 77.5) |
| OKLCH | oklch(0.684 0.139 76.8) |
Copy-ready code
/* CSS */
color: #c98c13;
background-color: #c98c13;
/* Tailwind (arbitrary) */
class="text-[#c98c13] bg-[#c98c13]"
/* SCSS */
$brand: #c98c13;
/* SwiftUI */
Color(red: 0.788, green: 0.549, blue: 0.075)
/* Android */
Color.parseColor("#c98c13")Accessibility — WCAG contrast
Aa
#c98c13 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c98c13 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green54.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow90.5%
Key (black)21.2%
Color previews
#c98c13 text on a black background
contrast 7.24:1
Card sample
#c98c13 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c98c13;
Background color
Panel with #c98c13 background
background-color: #c98c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c98c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 140, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 140, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c98c13; background: linear-gradient(135deg, #c98c13, #8DC913);