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