#c48430
a balanced, vivid orange · warm · closest name: peru
RGB
196, 132, 48
HSL
34°, 61%, 48%
CMYK
0, 33, 76, 23
Luminance
0.2845
Every format
| HEX | #c48430 |
| RGB | rgb(196, 132, 48) |
| HSL | hsl(34, 61%, 48%) |
| CMYK | cmyk(0%, 33%, 76%, 23%) |
| LAB | lab(60.3 17.3 52.9) |
| LCH | lch(60.3 55.6 71.8) |
| OKLCH | oklch(0.664 0.124 69.4) |
Copy-ready code
/* CSS */
color: #c48430;
background-color: #c48430;
/* Tailwind (arbitrary) */
class="text-[#c48430] bg-[#c48430]"
/* SCSS */
$brand: #c48430;
/* SwiftUI */
Color(red: 0.769, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#c48430")Accessibility — WCAG contrast
Aa
#c48430 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c48430 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow75.5%
Key (black)23.1%
Color previews
#c48430 text on a black background
contrast 6.69:1
Card sample
#c48430 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48430;
Background color
Panel with #c48430 background
background-color: #c48430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48430; background: linear-gradient(135deg, #c48430, #A1C430);