#c48813
a dark, electric orange · warm · closest name: peru
RGB
196, 136, 19
HSL
40°, 82%, 42%
CMYK
0, 31, 90, 23
Luminance
0.2939
Every format
| HEX | #c48813 |
| RGB | rgb(196, 136, 19) |
| HSL | hsl(40, 82%, 42%) |
| CMYK | cmyk(0%, 31%, 90%, 23%) |
| LAB | lab(61.1 14.3 63.2) |
| LCH | lch(61.1 64.8 77.3) |
| OKLCH | oklch(0.670 0.136 76.4) |
Copy-ready code
/* CSS */
color: #c48813;
background-color: #c48813;
/* Tailwind (arbitrary) */
class="text-[#c48813] bg-[#c48813]"
/* SCSS */
$brand: #c48813;
/* SwiftUI */
Color(red: 0.769, green: 0.533, blue: 0.075)
/* Android */
Color.parseColor("#c48813")Accessibility — WCAG contrast
Aa
#c48813 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c48813 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green53.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow90.3%
Key (black)23.1%
Color previews
#c48813 text on a black background
contrast 6.88:1
Card sample
#c48813 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48813;
Background color
Panel with #c48813 background
background-color: #c48813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 136, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 136, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48813; background: linear-gradient(135deg, #c48813, #8AC413);