#c4ba4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
196, 186, 79
HSL
55°, 50%, 54%
CMYK
0, 5, 60, 23
Luminance
0.4742
Every format
| HEX | #c4ba4f |
| RGB | rgb(196, 186, 79) |
| HSL | hsl(55, 50%, 54%) |
| CMYK | cmyk(0%, 5%, 60%, 23%) |
| LAB | lab(74.5 -9.9 54.2) |
| LCH | lch(74.5 55.1 100.3) |
| OKLCH | oklch(0.776 0.128 104.0) |
Copy-ready code
/* CSS */
color: #c4ba4f;
background-color: #c4ba4f;
/* Tailwind (arbitrary) */
class="text-[#c4ba4f] bg-[#c4ba4f]"
/* SCSS */
$brand: #c4ba4f;
/* SwiftUI */
Color(red: 0.769, green: 0.729, blue: 0.310)
/* Android */
Color.parseColor("#c4ba4f")Accessibility — WCAG contrast
Aa
#c4ba4f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ba4f on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green72.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow59.7%
Key (black)23.1%
Color previews
#c4ba4f text on a black background
contrast 10.48:1
Card sample
#c4ba4f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ba4f;
Background color
Panel with #c4ba4f background
background-color: #c4ba4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ba4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 186, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 186, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ba4f; background: linear-gradient(135deg, #c4ba4f, #80C44F);