#a2ac5b
a balanced, soft yellow · cool · closest name: olivedrab
RGB
162, 172, 91
HSL
67°, 33%, 52%
CMYK
6, 0, 47, 33
Luminance
0.3794
Every format
| HEX | #a2ac5b |
| RGB | rgb(162, 172, 91) |
| HSL | hsl(67, 33%, 52%) |
| CMYK | cmyk(6%, 0%, 47%, 33%) |
| LAB | lab(68.0 -15.8 40.2) |
| LCH | lch(68.0 43.2 111.5) |
| OKLCH | oklch(0.718 0.106 114.9) |
Copy-ready code
/* CSS */
color: #a2ac5b;
background-color: #a2ac5b;
/* Tailwind (arbitrary) */
class="text-[#a2ac5b] bg-[#a2ac5b]"
/* SCSS */
$brand: #a2ac5b;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.357)
/* Android */
Color.parseColor("#a2ac5b")Accessibility — WCAG contrast
Aa
#a2ac5b on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ac5b on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue35.7%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow47.1%
Key (black)32.5%
Color previews
#a2ac5b text on a black background
contrast 8.59:1
Card sample
#a2ac5b text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ac5b;
Background color
Panel with #a2ac5b background
background-color: #a2ac5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ac5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ac5b; background: linear-gradient(135deg, #a2ac5b, #6CAC5B);