#c79513
a dark, electric yellow · warm · closest name: peru
RGB
199, 149, 19
HSL
43°, 83%, 43%
CMYK
0, 25, 91, 22
Luminance
0.3368
Every format
| HEX | #c79513 |
| RGB | rgb(199, 149, 19) |
| HSL | hsl(43, 83%, 43%) |
| CMYK | cmyk(0%, 25%, 91%, 22%) |
| LAB | lab(64.7 8.5 66.1) |
| LCH | lch(64.7 66.7 82.7) |
| OKLCH | oklch(0.699 0.140 83.7) |
Copy-ready code
/* CSS */
color: #c79513;
background-color: #c79513;
/* Tailwind (arbitrary) */
class="text-[#c79513] bg-[#c79513]"
/* SCSS */
$brand: #c79513;
/* SwiftUI */
Color(red: 0.780, green: 0.584, blue: 0.075)
/* Android */
Color.parseColor("#c79513")Accessibility — WCAG contrast
Aa
#c79513 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79513 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green58.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow90.5%
Key (black)22.0%
Color previews
#c79513 text on a black background
contrast 7.74:1
Card sample
#c79513 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79513;
Background color
Panel with #c79513 background
background-color: #c79513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 149, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 149, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79513; background: linear-gradient(135deg, #c79513, #81C713);