#c48639
a balanced, vivid orange · warm · closest name: peru
RGB
196, 134, 57
HSL
33°, 55%, 50%
CMYK
0, 32, 71, 23
Luminance
0.2908
Every format
| HEX | #c48639 |
| RGB | rgb(196, 134, 57) |
| HSL | hsl(33, 55%, 50%) |
| CMYK | cmyk(0%, 32%, 71%, 23%) |
| LAB | lab(60.9 16.7 49.5) |
| LCH | lch(60.9 52.2 71.4) |
| OKLCH | oklch(0.669 0.119 68.8) |
Copy-ready code
/* CSS */
color: #c48639;
background-color: #c48639;
/* Tailwind (arbitrary) */
class="text-[#c48639] bg-[#c48639]"
/* SCSS */
$brand: #c48639;
/* SwiftUI */
Color(red: 0.769, green: 0.525, blue: 0.224)
/* Android */
Color.parseColor("#c48639")Accessibility — WCAG contrast
Aa
#c48639 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c48639 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green52.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow70.9%
Key (black)23.1%
Color previews
#c48639 text on a black background
contrast 6.82:1
Card sample
#c48639 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48639;
Background color
Panel with #c48639 background
background-color: #c48639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 134, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 134, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48639; background: linear-gradient(135deg, #c48639, #A5C439);