#a5af73
a balanced, soft green · cool · closest name: tan
RGB
165, 175, 115
HSL
70°, 27%, 57%
CMYK
6, 0, 34, 31
Luminance
0.3990
Every format
| HEX | #a5af73 |
| RGB | rgb(165, 175, 115) |
| HSL | hsl(70, 27%, 57%) |
| CMYK | cmyk(6%, 0%, 34%, 31%) |
| LAB | lab(69.4 -13.4 29.6) |
| LCH | lch(69.4 32.5 114.3) |
| OKLCH | oklch(0.732 0.082 116.2) |
Copy-ready code
/* CSS */
color: #a5af73;
background-color: #a5af73;
/* Tailwind (arbitrary) */
class="text-[#a5af73] bg-[#a5af73]"
/* SCSS */
$brand: #a5af73;
/* SwiftUI */
Color(red: 0.647, green: 0.686, blue: 0.451)
/* Android */
Color.parseColor("#a5af73")Accessibility — WCAG contrast
Aa
#a5af73 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5af73 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green68.6%
Blue45.1%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow34.3%
Key (black)31.4%
Color previews
#a5af73 text on a black background
contrast 8.98:1
Card sample
#a5af73 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5af73;
Background color
Panel with #a5af73 background
background-color: #a5af73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5af73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 175, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 175, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5af73; background: linear-gradient(135deg, #a5af73, #7DAF73);