Serenity Blue Hex Code — #92A8D1
RGB, HSL, and CMYK values for Serenity Blue.
Last updated: April 6, 2026
Serenity Blue Color Values
| Format | Value |
|---|---|
| HEX | #92A8D1 |
| RGB | rgb(146, 168, 209) |
| HSL | hsl(219, 41%, 70%) |
| CMYK | cmyk(30%, 20%, 0%, 18%) |
About Serenity Blue
Color psychology: Peace, lightness.
Serenity Blue (#92A8D1) is a medium shade of blue with a hue angle of 219° on the color wheel, 41% saturation, and 70% lightness. It's commonly used in web design, graphic design, and branding where peace, lightness are desired associations.
In color theory, Serenity Blue sits in the cool section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Serenity Blue in Design
Web Design
Use Serenity Blue 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
Serenity Blue conveys peace, lightness — 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:30% M:20% Y:0% K:18%) 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 Serenity Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Serenity Blue in CSS
/* Using HEX */ color: #92A8D1; background-color: #92A8D1; /* Using RGB */ color: rgb(146, 168, 209); /* Using HSL — best for creating variations */ color: hsl(219, 41%, 70%); /* Transparent overlay (50% opacity) */ background-color: rgba(146, 168, 209, 0.5); /* Lighter variant for hover states */ background-color: hsl(219, 41%, 80%); /* Darker variant for active states */ background-color: hsl(219, 41%, 60%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Serenity Blue without changing its core hue or saturation.
Colors That Go With Serenity Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Serenity Blue?
What is Serenity Blue in RGB and when should I use RGB?
How to use Serenity Blue in CSS with different color formats?
What is the HSL value of Serenity Blue and why is HSL useful for designers?
What is the CMYK value of Serenity Blue for print design?
What colors pair well with Serenity Blue in design projects?
Is Serenity Blue (#92A8D1) 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.