#D1D5DB
Tailwind gray-300
#D1D5DB is a blue colour. In RGB it is 209 red, 213 green and 219 blue, which converts to a hue of 216 degrees, 12% saturation and 84% lightness. It is Tailwind gray-300 in that design system's palette.
Color values
| HEX | #D1D5DB |
|---|---|
| RGB | rgb(209, 213, 219) |
| HSL | hsl(216, 12%, 84%) |
| HSV | hsv(216, 5%, 86%) |
| CMYK | cmyk(5%, 3%, 0%, 14%) |
Contrast and accessibility
Against white the contrast ratio is 1.47:1, and against black it is 14.25: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 | 1.47:1 | Fail | Fail |
| Black | 14.25:1 | AAA | AAA |
Tints and shades
Lighter tints move #D1D5DB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D1D5DB; |
|---|---|
| CSS rgb() | color: rgb(209 213 219); |
| Tailwind | bg-[#d1d5db] |
| SwiftUI | Color(red: 0.820, green: 0.835, blue: 0.859) |
| Android | Color.parseColor("#D1D5DB") |
Closest named color
The nearest CSS colour keyword to #D1D5DB is lightgray (#D3D3D3).