Dark Sea Green Hex Code — #8FBC8F
RGB, HSL, and CMYK values for Dark Sea Green.
Last updated: April 6, 2026
Dark Sea Green Color Values
| Format | Value |
|---|---|
| HEX | #8FBC8F |
| RGB | rgb(143, 188, 143) |
| HSL | hsl(120, 25%, 65%) |
| CMYK | cmyk(24%, 0%, 24%, 26%) |
About Dark Sea Green
Color psychology: Reliability, calm.
Dark Sea Green (#8FBC8F) is a medium shade of green with a hue angle of 120° on the color wheel, 25% saturation, and 65% lightness. It's commonly used in web design, graphic design, and branding where reliability, calm are desired associations.
In color theory, Dark Sea Green sits in the neutral section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Dark Sea Green in Design
Web Design
Use Dark Sea Green 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
Dark Sea Green conveys reliability, calm — 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:24% M:0% Y:24% K:26%) 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 Dark Sea Green work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Dark Sea Green in CSS
/* Using HEX */ color: #8FBC8F; background-color: #8FBC8F; /* Using RGB */ color: rgb(143, 188, 143); /* Using HSL — best for creating variations */ color: hsl(120, 25%, 65%); /* Transparent overlay (50% opacity) */ background-color: rgba(143, 188, 143, 0.5); /* Lighter variant for hover states */ background-color: hsl(120, 25%, 75%); /* Darker variant for active states */ background-color: hsl(120, 25%, 55%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Dark Sea Green without changing its core hue or saturation.
Colors That Go With Dark Sea Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Dark Sea Green?
What is Dark Sea Green in RGB and when should I use RGB?
How to use Dark Sea Green in CSS with different color formats?
What is the HSL value of Dark Sea Green and why is HSL useful for designers?
What is the CMYK value of Dark Sea Green for print design?
What colors pair well with Dark Sea Green in design projects?
Is Dark Sea Green (#8FBC8F) 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.