#c48331
a balanced, vivid orange · warm · closest name: peru
RGB
196, 131, 49
HSL
34°, 60%, 48%
CMYK
0, 33, 75, 23
Luminance
0.2819
Every format
| HEX | #c48331 |
| RGB | rgb(196, 131, 49) |
| HSL | hsl(34, 60%, 48%) |
| CMYK | cmyk(0%, 33%, 75%, 23%) |
| LAB | lab(60.1 17.9 52.2) |
| LCH | lch(60.1 55.2 71.0) |
| OKLCH | oklch(0.662 0.124 68.4) |
Copy-ready code
/* CSS */
color: #c48331;
background-color: #c48331;
/* Tailwind (arbitrary) */
class="text-[#c48331] bg-[#c48331]"
/* SCSS */
$brand: #c48331;
/* SwiftUI */
Color(red: 0.769, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#c48331")Accessibility — WCAG contrast
Aa
#c48331 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c48331 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green51.4%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow75.0%
Key (black)23.1%
Color previews
#c48331 text on a black background
contrast 6.64:1
Card sample
#c48331 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48331;
Background color
Panel with #c48331 background
background-color: #c48331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48331; background: linear-gradient(135deg, #c48331, #A3C431);