#a7b892
a balanced, soft green · cool · closest name: tan
RGB
167, 184, 146
HSL
87°, 21%, 65%
CMYK
9, 0, 21, 28
Luminance
0.4457
Every format
| HEX | #a7b892 |
| RGB | rgb(167, 184, 146) |
| HSL | hsl(87, 21%, 65%) |
| CMYK | cmyk(9%, 0%, 21%, 28%) |
| LAB | lab(72.6 -12.7 17.4) |
| LCH | lch(72.6 21.6 126.2) |
| OKLCH | oklch(0.759 0.056 127.3) |
Copy-ready code
/* CSS */
color: #a7b892;
background-color: #a7b892;
/* Tailwind (arbitrary) */
class="text-[#a7b892] bg-[#a7b892]"
/* SCSS */
$brand: #a7b892;
/* SwiftUI */
Color(red: 0.655, green: 0.722, blue: 0.573)
/* Android */
Color.parseColor("#a7b892")Accessibility — WCAG contrast
Aa
#a7b892 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7b892 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green72.2%
Blue57.3%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow20.7%
Key (black)27.8%
Color previews
#a7b892 text on a black background
contrast 9.91:1
Card sample
#a7b892 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7b892;
Background color
Panel with #a7b892 background
background-color: #a7b892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7b892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 184, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 184, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7b892; background: linear-gradient(135deg, #a7b892, #92B896);