#525252
Tailwind neutral-600
#525252 is a grey colour. In RGB it is 82 red, 82 green and 82 blue, which converts to a hue of 0 degrees, 0% saturation and 32% lightness. It is Tailwind neutral-600 in that design system's palette.
Color values
| HEX | #525252 |
|---|---|
| RGB | rgb(82, 82, 82) |
| HSL | hsl(0, 0%, 32%) |
| HSV | hsv(0, 0%, 32%) |
| CMYK | cmyk(0%, 0%, 0%, 68%) |
Contrast and accessibility
Against white the contrast ratio is 7.81:1, and against black it is 2.69: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 | 7.81:1 | AAA | AAA |
| Black | 2.69:1 | Fail | Fail |
Tints and shades
Lighter tints move #525252 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #525252; |
|---|---|
| CSS rgb() | color: rgb(82 82 82); |
| Tailwind | bg-[#525252] |
| SwiftUI | Color(red: 0.322, green: 0.322, blue: 0.322) |
| Android | Color.parseColor("#525252") |
Closest named color
The nearest CSS colour keyword to #525252 is darkslategray (#2F4F4F).