White Smoke Hex Code — #F5F5F5
RGB, HSL, and CMYK values for White Smoke.
Last updated: April 6, 2026
White Smoke Color Values
| Format | Value |
|---|---|
| HEX | #F5F5F5 |
| RGB | rgb(245, 245, 245) |
| HSL | hsl(0, 0%, 96%) |
| CMYK | cmyk(0%, 0%, 0%, 4%) |
About White Smoke
Color psychology: Softness, simplicity.
White Smoke (#F5F5F5) is a light shade of white with a hue angle of 0° on the color wheel, 0% saturation, and 96% lightness. It's commonly used in web design, graphic design, and branding where softness, simplicity are desired associations.
In color theory, White Smoke sits in the warm section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use White Smoke in Design
Web Design
Use White Smoke as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
White Smoke conveys softness, simplicity — 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:0% M:0% Y:0% K:4%) 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 White Smoke work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use White Smoke in CSS
/* Using HEX */ color: #F5F5F5; background-color: #F5F5F5; /* Using RGB */ color: rgb(245, 245, 245); /* Using HSL — best for creating variations */ color: hsl(0, 0%, 96%); /* Transparent overlay (50% opacity) */ background-color: rgba(245, 245, 245, 0.5); /* Lighter variant for hover states */ background-color: hsl(0, 0%, 95%); /* Darker variant for active states */ background-color: hsl(0, 0%, 86%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from White Smoke without changing its core hue or saturation.
Colors That Go With White Smoke
Complementary
Analogous
Triadic
Similar Shades of White
Frequently Asked Questions
What is the hex code for White Smoke?
What is White Smoke in RGB and when should I use RGB?
How to use White Smoke in CSS with different color formats?
What is the HSL value of White Smoke and why is HSL useful for designers?
What is the CMYK value of White Smoke for print design?
What colors pair well with White Smoke in design projects?
Is White Smoke (#F5F5F5) 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.