#D3D3D3
A very light, muted neutral closely aligning with Lightgray.
About #D3D3D3
When working with digital screens, the color #D3D3D3 is rendered by mixing light. It is closely associated with the named CSS color Lightgray. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 211, and 211.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 0% M, 0% Y, and 17% K. With a hue angle of 0 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3D3D3
RGB211, 211, 211
HSL0°, 0%, 82.7%
CMYK0%, 0%, 0%, 17%
HSV0°, 0.0%, 82.7%
LAB84.6, 0.0, -0.0
XYZ61.9, 65.1, 70.9
Decimal13882323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3D3D3;
}
.text-color {
color: #D3D3D3;
}
.border-color {
border: 2px solid #D3D3D3;
}