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