#4B5563
Tailwind gray-600
#4B5563 is a blue colour. In RGB it is 75 red, 85 green and 99 blue, which converts to a hue of 215 degrees, 14% saturation and 34% lightness. It is Tailwind gray-600 in that design system's palette.
Color values
| HEX | #4B5563 |
|---|---|
| RGB | rgb(75, 85, 99) |
| HSL | hsl(215, 14%, 34%) |
| HSV | hsv(215, 24%, 39%) |
| CMYK | cmyk(24%, 14%, 0%, 61%) |
Contrast and accessibility
Against white the contrast ratio is 7.56:1, and against black it is 2.78: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.56:1 | AAA | AAA |
| Black | 2.78:1 | Fail | Fail |
Tints and shades
Lighter tints move #4B5563 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #4B5563; |
|---|---|
| CSS rgb() | color: rgb(75 85 99); |
| Tailwind | bg-[#4b5563] |
| SwiftUI | Color(red: 0.294, green: 0.333, blue: 0.388) |
| Android | Color.parseColor("#4B5563") |
Closest named color
The nearest CSS colour keyword to #4B5563 is darkslategray (#2F4F4F).