#D6D3D1
Tailwind stone-300
#D6D3D1 is a grey colour. In RGB it is 214 red, 211 green and 209 blue, which converts to a hue of 24 degrees, 6% saturation and 83% lightness. It is Tailwind stone-300 in that design system's palette.
Color values
| HEX | #D6D3D1 |
|---|---|
| RGB | rgb(214, 211, 209) |
| HSL | hsl(24, 6%, 83%) |
| HSV | hsv(24, 2%, 84%) |
| CMYK | cmyk(0%, 1%, 2%, 16%) |
Contrast and accessibility
Against white the contrast ratio is 1.49:1, and against black it is 14.1: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.49:1 | Fail | Fail |
| Black | 14.1:1 | AAA | AAA |
Tints and shades
Lighter tints move #D6D3D1 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D6D3D1; |
|---|---|
| CSS rgb() | color: rgb(214 211 209); |
| Tailwind | bg-[#d6d3d1] |
| SwiftUI | Color(red: 0.839, green: 0.827, blue: 0.820) |
| Android | Color.parseColor("#D6D3D1") |
Closest named color
The nearest CSS colour keyword to #D6D3D1 is lightgray (#D3D3D3).