#c4b080
a balanced, soft yellow · warm · closest name: tan
RGB
196, 176, 128
HSL
42°, 37%, 64%
CMYK
0, 10, 35, 23
Luminance
0.4434
Every format
| HEX | #c4b080 |
| RGB | rgb(196, 176, 128) |
| HSL | hsl(42, 37%, 64%) |
| CMYK | cmyk(0%, 10%, 35%, 23%) |
| LAB | lab(72.5 0.1 27.3) |
| LCH | lch(72.5 27.3 89.8) |
| OKLCH | oklch(0.763 0.068 88.0) |
Copy-ready code
/* CSS */
color: #c4b080;
background-color: #c4b080;
/* Tailwind (arbitrary) */
class="text-[#c4b080] bg-[#c4b080]"
/* SCSS */
$brand: #c4b080;
/* SwiftUI */
Color(red: 0.769, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#c4b080")Accessibility — WCAG contrast
Aa
#c4b080 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b080 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow34.7%
Key (black)23.1%
Color previews
#c4b080 text on a black background
contrast 9.87:1
Card sample
#c4b080 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b080;
Background color
Panel with #c4b080 background
background-color: #c4b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b080; background: linear-gradient(135deg, #c4b080, #ABC480);