#A3A3A3
Tailwind neutral-400
#A3A3A3 is a grey colour. In RGB it is 163 red, 163 green and 163 blue, which converts to a hue of 0 degrees, 0% saturation and 64% lightness. It is Tailwind neutral-400 in that design system's palette.
Color values
| HEX | #A3A3A3 |
|---|---|
| RGB | rgb(163, 163, 163) |
| HSL | hsl(0, 0%, 64%) |
| HSV | hsv(0, 0%, 64%) |
| CMYK | cmyk(0%, 0%, 0%, 36%) |
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 #A3A3A3 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A3A3A3; |
|---|---|
| CSS rgb() | color: rgb(163 163 163); |
| Tailwind | bg-[#a3a3a3] |
| SwiftUI | Color(red: 0.639, green: 0.639, blue: 0.639) |
| Android | Color.parseColor("#A3A3A3") |
Closest named color
The nearest CSS colour keyword to #A3A3A3 is darkgray (#A9A9A9).