#c48621
a dark, vivid orange · warm · closest name: peru
RGB
196, 134, 33
HSL
37°, 71%, 45%
CMYK
0, 32, 83, 23
Luminance
0.2890
Every format
| HEX | #c48621 |
| RGB | rgb(196, 134, 33) |
| HSL | hsl(37, 71%, 45%) |
| CMYK | cmyk(0%, 32%, 83%, 23%) |
| LAB | lab(60.7 15.7 59.0) |
| LCH | lch(60.7 61.0 75.1) |
| OKLCH | oklch(0.667 0.132 73.6) |
Copy-ready code
/* CSS */
color: #c48621;
background-color: #c48621;
/* Tailwind (arbitrary) */
class="text-[#c48621] bg-[#c48621]"
/* SCSS */
$brand: #c48621;
/* SwiftUI */
Color(red: 0.769, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#c48621")Accessibility — WCAG contrast
Aa
#c48621 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c48621 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow83.2%
Key (black)23.1%
Color previews
#c48621 text on a black background
contrast 6.78:1
Card sample
#c48621 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48621;
Background color
Panel with #c48621 background
background-color: #c48621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48621; background: linear-gradient(135deg, #c48621, #95C421);