#d3d3d3 rgb(211, 211, 211) 0°, 0%, 83% Use LightGray in Your Projects
About LightGray Color
LightGray is a soft, neutral gray that is ubiquitous in web design for borders, dividers, and subtle UI elements. It provides structure without visual weight.
Use Cases for LightGray
Shades & Tints of LightGray
Complementary Color
Analogous Colors
Triadic Colors
Split Complementary
Tetradic Colors
CSS Code
.lightgray-color {
color: #d3d3d3;
background-color: #d3d3d3;
}
/* As a CSS custom property */
:root {
--color-lightgray: #d3d3d3;
} Accessibility Score
A combined score based on WCAG contrast compliance, lightness versatility, and usable range. Higher scores mean the color works well in more design contexts.
Contrast Recommendations
Frequently Asked Questions
What color is LightGray?
LightGray is represented by the hex code #d3d3d3 and has RGB values of rgb(211, 211, 211). It falls under the Gray category.
How to use LightGray in web design?
LightGray works well for borders, dividers, subtle backgrounds. LightGray is a soft, neutral gray that is ubiquitous in web design for borders, dividers, and subtle UI elements. It provides structure without visual weight. Use it as a primary color, accent, or background depending on your design needs.
What colors go with LightGray?
Colors that pair well with LightGray include gainsboro, silver, whitesmoke, darkgray, gray. For a complementary scheme, try #d4d4d4. For an analogous scheme, use #d4d4d4 and #d4d4d4. For a triadic scheme, combine with #d4d4d4 and #d4d4d4.