#c29466
a balanced, soft orange · warm · closest name: tan
RGB
194, 148, 102
HSL
30°, 43%, 58%
CMYK
0, 24, 47, 24
Luminance
0.3361
Every format
| HEX | #c29466 |
| RGB | rgb(194, 148, 102) |
| HSL | hsl(30, 43%, 58%) |
| CMYK | cmyk(0%, 24%, 47%, 24%) |
| LAB | lab(64.7 11.6 30.9) |
| LCH | lch(64.7 33.0 69.5) |
| OKLCH | oklch(0.700 0.083 65.8) |
Copy-ready code
/* CSS */
color: #c29466;
background-color: #c29466;
/* Tailwind (arbitrary) */
class="text-[#c29466] bg-[#c29466]"
/* SCSS */
$brand: #c29466;
/* SwiftUI */
Color(red: 0.761, green: 0.580, blue: 0.400)
/* Android */
Color.parseColor("#c29466")Accessibility — WCAG contrast
Aa
#c29466 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29466 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green58.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow47.4%
Key (black)23.9%
Color previews
#c29466 text on a black background
contrast 7.72:1
Card sample
#c29466 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29466;
Background color
Panel with #c29466 background
background-color: #c29466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 148, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 148, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29466; background: linear-gradient(135deg, #c29466, #B3C266);