#c49c4f
a balanced, vivid orange · warm · closest name: peru
RGB
196, 156, 79
HSL
40°, 50%, 54%
CMYK
0, 20, 60, 23
Luminance
0.3608
Every format
| HEX | #c49c4f |
| RGB | rgb(196, 156, 79) |
| HSL | hsl(40, 50%, 54%) |
| CMYK | cmyk(0%, 20%, 60%, 23%) |
| LAB | lab(66.6 6.0 45.3) |
| LCH | lch(66.6 45.7 82.4) |
| OKLCH | oklch(0.714 0.107 82.0) |
Copy-ready code
/* CSS */
color: #c49c4f;
background-color: #c49c4f;
/* Tailwind (arbitrary) */
class="text-[#c49c4f] bg-[#c49c4f]"
/* SCSS */
$brand: #c49c4f;
/* SwiftUI */
Color(red: 0.769, green: 0.612, blue: 0.310)
/* Android */
Color.parseColor("#c49c4f")Accessibility — WCAG contrast
Aa
#c49c4f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49c4f on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green61.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow59.7%
Key (black)23.1%
Color previews
#c49c4f text on a black background
contrast 8.22:1
Card sample
#c49c4f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49c4f;
Background color
Panel with #c49c4f background
background-color: #c49c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 156, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 156, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49c4f; background: linear-gradient(135deg, #c49c4f, #9EC44F);