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