#a3af49
a balanced, soft yellow · cool · closest name: olivedrab
RGB
163, 175, 73
HSL
67°, 41%, 49%
CMYK
7, 0, 58, 31
Luminance
0.3893
Every format
| HEX | #a3af49 |
| RGB | rgb(163, 175, 73) |
| HSL | hsl(67, 41%, 49%) |
| CMYK | cmyk(7%, 0%, 58%, 31%) |
| LAB | lab(68.7 -18.6 49.8) |
| LCH | lch(68.7 53.1 110.5) |
| OKLCH | oklch(0.724 0.127 115.3) |
Copy-ready code
/* CSS */
color: #a3af49;
background-color: #a3af49;
/* Tailwind (arbitrary) */
class="text-[#a3af49] bg-[#a3af49]"
/* SCSS */
$brand: #a3af49;
/* SwiftUI */
Color(red: 0.639, green: 0.686, blue: 0.286)
/* Android */
Color.parseColor("#a3af49")Accessibility — WCAG contrast
Aa
#a3af49 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3af49 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green68.6%
Blue28.6%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow58.3%
Key (black)31.4%
Color previews
#a3af49 text on a black background
contrast 8.79:1
Card sample
#a3af49 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3af49;
Background color
Panel with #a3af49 background
background-color: #a3af49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3af49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 175, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 175, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3af49; background: linear-gradient(135deg, #a3af49, #5FAF49);