#a2a283
a balanced, muted yellow · cool · closest name: tan
RGB
162, 162, 131
HSL
60°, 14%, 58%
CMYK
0, 0, 19, 37
Luminance
0.3516
Every format
| HEX | #a2a283 |
| RGB | rgb(162, 162, 131) |
| HSL | hsl(60, 14%, 58%) |
| CMYK | cmyk(0%, 0%, 19%, 37%) |
| LAB | lab(65.9 -5.4 16.2) |
| LCH | lch(65.9 17.1 108.4) |
| OKLCH | oklch(0.704 0.043 107.5) |
Copy-ready code
/* CSS */
color: #a2a283;
background-color: #a2a283;
/* Tailwind (arbitrary) */
class="text-[#a2a283] bg-[#a2a283]"
/* SCSS */
$brand: #a2a283;
/* SwiftUI */
Color(red: 0.635, green: 0.635, blue: 0.514)
/* Android */
Color.parseColor("#a2a283")Accessibility — WCAG contrast
Aa
#a2a283 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2a283 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green63.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow19.1%
Key (black)36.5%
Color previews
#a2a283 text on a black background
contrast 8.03:1
Card sample
#a2a283 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2a283;
Background color
Panel with #a2a283 background
background-color: #a2a283;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2a283;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 162, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 162, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2a283; background: linear-gradient(135deg, #a2a283, #8DA283);