#c49413
a dark, electric yellow · warm · closest name: peru
RGB
196, 148, 19
HSL
44°, 82%, 42%
CMYK
0, 25, 90, 23
Luminance
0.3296
Every format
| HEX | #c49413 |
| RGB | rgb(196, 148, 19) |
| HSL | hsl(44, 82%, 42%) |
| CMYK | cmyk(0%, 25%, 90%, 23%) |
| LAB | lab(64.1 7.7 65.5) |
| LCH | lch(64.1 66.0 83.3) |
| OKLCH | oklch(0.694 0.138 84.6) |
Copy-ready code
/* CSS */
color: #c49413;
background-color: #c49413;
/* Tailwind (arbitrary) */
class="text-[#c49413] bg-[#c49413]"
/* SCSS */
$brand: #c49413;
/* SwiftUI */
Color(red: 0.769, green: 0.580, blue: 0.075)
/* Android */
Color.parseColor("#c49413")Accessibility — WCAG contrast
Aa
#c49413 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49413 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow90.3%
Key (black)23.1%
Color previews
#c49413 text on a black background
contrast 7.59:1
Card sample
#c49413 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49413;
Background color
Panel with #c49413 background
background-color: #c49413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 148, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 148, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49413; background: linear-gradient(135deg, #c49413, #7EC413);