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