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