#c99313
a dark, electric yellow · warm · closest name: peru
RGB
201, 147, 19
HSL
42°, 83%, 43%
CMYK
0, 27, 91, 21
Luminance
0.3333
Every format
| HEX | #c99313 |
| RGB | rgb(201, 147, 19) |
| HSL | hsl(42, 83%, 43%) |
| CMYK | cmyk(0%, 27%, 91%, 21%) |
| LAB | lab(64.4 10.5 66.0) |
| LCH | lch(64.4 66.8 81.0) |
| OKLCH | oklch(0.697 0.140 81.4) |
Copy-ready code
/* CSS */
color: #c99313;
background-color: #c99313;
/* Tailwind (arbitrary) */
class="text-[#c99313] bg-[#c99313]"
/* SCSS */
$brand: #c99313;
/* SwiftUI */
Color(red: 0.788, green: 0.576, blue: 0.075)
/* Android */
Color.parseColor("#c99313")Accessibility — WCAG contrast
Aa
#c99313 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99313 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow90.5%
Key (black)21.2%
Color previews
#c99313 text on a black background
contrast 7.67:1
Card sample
#c99313 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99313;
Background color
Panel with #c99313 background
background-color: #c99313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 147, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 147, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99313; background: linear-gradient(135deg, #c99313, #86C913);