#A8A29E
Tailwind stone-400
#A8A29E is a grey colour. In RGB it is 168 red, 162 green and 158 blue, which converts to a hue of 24 degrees, 5% saturation and 64% lightness. It is Tailwind stone-400 in that design system's palette.
Color values
| HEX | #A8A29E |
|---|---|
| RGB | rgb(168, 162, 158) |
| HSL | hsl(24, 5%, 64%) |
| HSV | hsv(24, 6%, 66%) |
| CMYK | cmyk(0%, 4%, 6%, 34%) |
Contrast and accessibility
Against white the contrast ratio is 2.52:1, and against black it is 8.33:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.52:1 | Fail | Fail |
| Black | 8.33:1 | AAA | AAA |
Tints and shades
Lighter tints move #A8A29E toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A8A29E; |
|---|---|
| CSS rgb() | color: rgb(168 162 158); |
| Tailwind | bg-[#a8a29e] |
| SwiftUI | Color(red: 0.659, green: 0.635, blue: 0.620) |
| Android | Color.parseColor("#A8A29E") |
Closest named color
The nearest CSS colour keyword to #A8A29E is darkgray (#A9A9A9).