#c4ac4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
196, 172, 79
HSL
48°, 50%, 54%
CMYK
0, 12, 60, 23
Luminance
0.4181
Every format
| HEX | #c4ac4f |
| RGB | rgb(196, 172, 79) |
| HSL | hsl(48, 50%, 54%) |
| CMYK | cmyk(0%, 12%, 60%, 23%) |
| LAB | lab(70.7 -2.5 50.0) |
| LCH | lch(70.7 50.1 92.9) |
| OKLCH | oklch(0.747 0.116 95.0) |
Copy-ready code
/* CSS */
color: #c4ac4f;
background-color: #c4ac4f;
/* Tailwind (arbitrary) */
class="text-[#c4ac4f] bg-[#c4ac4f]"
/* SCSS */
$brand: #c4ac4f;
/* SwiftUI */
Color(red: 0.769, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#c4ac4f")Accessibility — WCAG contrast
Aa
#c4ac4f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ac4f on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow59.7%
Key (black)23.1%
Color previews
#c4ac4f text on a black background
contrast 9.36:1
Card sample
#c4ac4f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ac4f;
Background color
Panel with #c4ac4f background
background-color: #c4ac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ac4f; background: linear-gradient(135deg, #c4ac4f, #8EC44F);