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