#c48d21
a dark, vivid orange · warm · closest name: peru
RGB
196, 141, 33
HSL
40°, 71%, 45%
CMYK
0, 28, 83, 23
Luminance
0.3090
Every format
| HEX | #c48d21 |
| RGB | rgb(196, 141, 33) |
| HSL | hsl(40, 71%, 45%) |
| CMYK | cmyk(0%, 28%, 83%, 23%) |
| LAB | lab(62.4 11.8 60.5) |
| LCH | lch(62.4 61.6 78.9) |
| OKLCH | oklch(0.680 0.132 78.6) |
Copy-ready code
/* CSS */
color: #c48d21;
background-color: #c48d21;
/* Tailwind (arbitrary) */
class="text-[#c48d21] bg-[#c48d21]"
/* SCSS */
$brand: #c48d21;
/* SwiftUI */
Color(red: 0.769, green: 0.553, blue: 0.129)
/* Android */
Color.parseColor("#c48d21")Accessibility — WCAG contrast
Aa
#c48d21 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48d21 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green55.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow83.2%
Key (black)23.1%
Color previews
#c48d21 text on a black background
contrast 7.18:1
Card sample
#c48d21 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48d21;
Background color
Panel with #c48d21 background
background-color: #c48d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 141, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 141, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48d21; background: linear-gradient(135deg, #c48d21, #8EC421);