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