Pastel Blue Hex Code — #AEC6CF
RGB, HSL, and CMYK values for Pastel Blue.
Last updated: April 6, 2026
Pastel Blue Color Values
| Format | Value |
|---|---|
| HEX | #AEC6CF |
| RGB | rgb(174, 198, 207) |
| HSL | hsl(196, 26%, 75%) |
| CMYK | cmyk(16%, 4%, 0%, 19%) |
About Pastel Blue
Color psychology: Calm, peace.
Pastel Blue (#AEC6CF) is a light shade of blue with a hue angle of 196° on the color wheel, 26% saturation, and 75% lightness. It's commonly used in web design, graphic design, and branding where calm, peace are desired associations.
In color theory, Pastel Blue 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 Pastel Blue in Design
Web Design
Use Pastel 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
Pastel Blue conveys calm, peace — 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:16% M:4% Y:0% K:19%) 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 Pastel Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Pastel Blue in CSS
/* Using HEX */ color: #AEC6CF; background-color: #AEC6CF; /* Using RGB */ color: rgb(174, 198, 207); /* Using HSL — best for creating variations */ color: hsl(196, 26%, 75%); /* Transparent overlay (50% opacity) */ background-color: rgba(174, 198, 207, 0.5); /* Lighter variant for hover states */ background-color: hsl(196, 26%, 85%); /* Darker variant for active states */ background-color: hsl(196, 26%, 65%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Pastel Blue without changing its core hue or saturation.
Colors That Go With Pastel Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Pastel Blue?
What is Pastel Blue in RGB and when should I use RGB?
How to use Pastel Blue in CSS with different color formats?
What is the HSL value of Pastel Blue and why is HSL useful for designers?
What is the CMYK value of Pastel Blue for print design?
What colors pair well with Pastel Blue in design projects?
Is Pastel Blue (#AEC6CF) 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.