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