Baby Blue Hex Code — #89CFF0
RGB, HSL, and CMYK values for Baby Blue.
Last updated: April 6, 2026
Baby Blue Color Values
| Format | Value |
|---|---|
| HEX | #89CFF0 |
| RGB | rgb(137, 207, 240) |
| HSL | hsl(199, 77%, 74%) |
| CMYK | cmyk(43%, 14%, 0%, 6%) |
About Baby Blue
Color psychology: Innocence, trust.
Baby Blue (#89CFF0) is a light shade of blue with a hue angle of 199° on the color wheel, 77% saturation, and 74% lightness. It's commonly used in web design, graphic design, and branding where innocence, trust are desired associations.
In color theory, Baby Blue sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Baby Blue in Design
Web Design
Use Baby 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
Baby Blue conveys innocence, trust — 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:43% M:14% Y:0% K:6%) 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 Baby Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Baby Blue in CSS
/* Using HEX */ color: #89CFF0; background-color: #89CFF0; /* Using RGB */ color: rgb(137, 207, 240); /* Using HSL — best for creating variations */ color: hsl(199, 77%, 74%); /* Transparent overlay (50% opacity) */ background-color: rgba(137, 207, 240, 0.5); /* Lighter variant for hover states */ background-color: hsl(199, 77%, 84%); /* Darker variant for active states */ background-color: hsl(199, 77%, 64%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Baby Blue without changing its core hue or saturation.
Colors That Go With Baby Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Baby Blue?
What is Baby Blue in RGB and when should I use RGB?
How to use Baby Blue in CSS with different color formats?
What is the HSL value of Baby Blue and why is HSL useful for designers?
What is the CMYK value of Baby Blue for print design?
What colors pair well with Baby Blue in design projects?
Is Baby Blue (#89CFF0) 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.