#c48113
a dark, electric orange · warm · closest name: peru
RGB
196, 129, 19
HSL
37°, 82%, 42%
CMYK
0, 34, 90, 23
Luminance
0.2748
Every format
| HEX | #c48113 |
| RGB | rgb(196, 129, 19) |
| HSL | hsl(37, 82%, 42%) |
| CMYK | cmyk(0%, 34%, 90%, 23%) |
| LAB | lab(59.4 18.1 61.9) |
| LCH | lch(59.4 64.5 73.7) |
| OKLCH | oklch(0.657 0.136 71.6) |
Copy-ready code
/* CSS */
color: #c48113;
background-color: #c48113;
/* Tailwind (arbitrary) */
class="text-[#c48113] bg-[#c48113]"
/* SCSS */
$brand: #c48113;
/* SwiftUI */
Color(red: 0.769, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#c48113")Accessibility — WCAG contrast
Aa
#c48113 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c48113 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green50.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow90.3%
Key (black)23.1%
Color previews
#c48113 text on a black background
contrast 6.50:1
Card sample
#c48113 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48113;
Background color
Panel with #c48113 background
background-color: #c48113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48113; background: linear-gradient(135deg, #c48113, #91C413);