#c48d13
a dark, electric yellow · warm · closest name: peru
RGB
196, 141, 19
HSL
41°, 82%, 42%
CMYK
0, 28, 90, 23
Luminance
0.3083
Every format
| HEX | #c48d13 |
| RGB | rgb(196, 141, 19) |
| HSL | hsl(41, 82%, 42%) |
| CMYK | cmyk(0%, 28%, 90%, 23%) |
| LAB | lab(62.4 11.5 64.2) |
| LCH | lch(62.4 65.2 79.8) |
| OKLCH | oklch(0.680 0.137 79.9) |
Copy-ready code
/* CSS */
color: #c48d13;
background-color: #c48d13;
/* Tailwind (arbitrary) */
class="text-[#c48d13] bg-[#c48d13]"
/* SCSS */
$brand: #c48d13;
/* SwiftUI */
Color(red: 0.769, green: 0.553, blue: 0.075)
/* Android */
Color.parseColor("#c48d13")Accessibility — WCAG contrast
Aa
#c48d13 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48d13 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green55.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow90.3%
Key (black)23.1%
Color previews
#c48d13 text on a black background
contrast 7.17:1
Card sample
#c48d13 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48d13;
Background color
Panel with #c48d13 background
background-color: #c48d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 141, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 141, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48d13; background: linear-gradient(135deg, #c48d13, #85C413);