#c4ba7f
a balanced, soft yellow · cool · closest name: tan
RGB
196, 186, 127
HSL
51°, 37%, 63%
CMYK
0, 5, 35, 23
Luminance
0.4839
Every format
| HEX | #c4ba7f |
| RGB | rgb(196, 186, 127) |
| HSL | hsl(51, 37%, 63%) |
| CMYK | cmyk(0%, 5%, 35%, 23%) |
| LAB | lab(75.1 -5.3 31.2) |
| LCH | lch(75.1 31.7 99.6) |
| OKLCH | oklch(0.783 0.079 99.7) |
Copy-ready code
/* CSS */
color: #c4ba7f;
background-color: #c4ba7f;
/* Tailwind (arbitrary) */
class="text-[#c4ba7f] bg-[#c4ba7f]"
/* SCSS */
$brand: #c4ba7f;
/* SwiftUI */
Color(red: 0.769, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#c4ba7f")Accessibility — WCAG contrast
Aa
#c4ba7f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ba7f on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green72.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow35.2%
Key (black)23.1%
Color previews
#c4ba7f text on a black background
contrast 10.68:1
Card sample
#c4ba7f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ba7f;
Background color
Panel with #c4ba7f background
background-color: #c4ba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ba7f; background: linear-gradient(135deg, #c4ba7f, #A0C47F);