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