#c2ac4a
a balanced, vivid yellow · cool · closest name: olive
RGB
194, 172, 74
HSL
49°, 50%, 53%
CMYK
0, 11, 62, 24
Luminance
0.4147
Every format
| HEX | #c2ac4a |
| RGB | rgb(194, 172, 74) |
| HSL | hsl(49, 50%, 53%) |
| CMYK | cmyk(0%, 11%, 62%, 24%) |
| LAB | lab(70.5 -3.8 52.0) |
| LCH | lch(70.5 52.2 94.1) |
| OKLCH | oklch(0.745 0.120 96.7) |
Copy-ready code
/* CSS */
color: #c2ac4a;
background-color: #c2ac4a;
/* Tailwind (arbitrary) */
class="text-[#c2ac4a] bg-[#c2ac4a]"
/* SCSS */
$brand: #c2ac4a;
/* SwiftUI */
Color(red: 0.761, green: 0.675, blue: 0.290)
/* Android */
Color.parseColor("#c2ac4a")Accessibility — WCAG contrast
Aa
#c2ac4a on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ac4a on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.5%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow61.9%
Key (black)23.9%
Color previews
#c2ac4a text on a black background
contrast 9.29:1
Card sample
#c2ac4a text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ac4a;
Background color
Panel with #c2ac4a background
background-color: #c2ac4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ac4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 172, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 172, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ac4a; background: linear-gradient(135deg, #c2ac4a, #88C24A);