#c29949
a balanced, vivid orange · warm · closest name: peru
RGB
194, 153, 73
HSL
40°, 50%, 52%
CMYK
0, 21, 62, 24
Luminance
0.3473
Every format
| HEX | #c29949 |
| RGB | rgb(194, 153, 73) |
| HSL | hsl(40, 50%, 52%) |
| CMYK | cmyk(0%, 21%, 62%, 24%) |
| LAB | lab(65.5 6.4 47.0) |
| LCH | lch(65.5 47.4 82.3) |
| OKLCH | oklch(0.705 0.110 82.0) |
Copy-ready code
/* CSS */
color: #c29949;
background-color: #c29949;
/* Tailwind (arbitrary) */
class="text-[#c29949] bg-[#c29949]"
/* SCSS */
$brand: #c29949;
/* SwiftUI */
Color(red: 0.761, green: 0.600, blue: 0.286)
/* Android */
Color.parseColor("#c29949")Accessibility — WCAG contrast
Aa
#c29949 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29949 on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green60.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow62.4%
Key (black)23.9%
Color previews
#c29949 text on a black background
contrast 7.95:1
Card sample
#c29949 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29949;
Background color
Panel with #c29949 background
background-color: #c29949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 153, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 153, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29949; background: linear-gradient(135deg, #c29949, #9AC249);