Light Slate Gray Hex Code — #778899
RGB, HSL, and CMYK values for Light Slate Gray.
Last updated: April 6, 2026
Light Slate Gray Color Values
| Format | Value |
|---|---|
| HEX | #778899 |
| RGB | rgb(119, 136, 153) |
| HSL | hsl(210, 14%, 53%) |
| CMYK | cmyk(22%, 11%, 0%, 40%) |
About Light Slate Gray
Color psychology: Balance, calm.
Light Slate Gray (#778899) is a medium shade of gray with a hue angle of 210° on the color wheel, 14% saturation, and 53% lightness. It's commonly used in web design, graphic design, and branding where balance, calm are desired associations.
In color theory, Light Slate Gray sits in the cool section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Light Slate Gray in Design
Web Design
Use Light Slate Gray for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Light Slate Gray conveys balance, calm — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:22% M:11% Y:0% K:40%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Light Slate Gray work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Light Slate Gray in CSS
/* Using HEX */ color: #778899; background-color: #778899; /* Using RGB */ color: rgb(119, 136, 153); /* Using HSL — best for creating variations */ color: hsl(210, 14%, 53%); /* Transparent overlay (50% opacity) */ background-color: rgba(119, 136, 153, 0.5); /* Lighter variant for hover states */ background-color: hsl(210, 14%, 63%); /* Darker variant for active states */ background-color: hsl(210, 14%, 43%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Light Slate Gray without changing its core hue or saturation.
Colors That Go With Light Slate Gray
Complementary
Analogous
Triadic
Similar Shades of Gray
Frequently Asked Questions
What is the hex code for Light Slate Gray?
What is Light Slate Gray in RGB and when should I use RGB?
How to use Light Slate Gray in CSS with different color formats?
What is the HSL value of Light Slate Gray and why is HSL useful for designers?
What is the CMYK value of Light Slate Gray for print design?
What colors pair well with Light Slate Gray in design projects?
Is Light Slate Gray (#778899) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.