Sea Green Color Code
Sea Green·#2E8B57
Sea Green is the CSS named color `#2E8B57`. If you searched `sea green hex code`, `#2E8B57`, or `SeaGreen`, this is the exact named-color reference. It sits between green and teal with more weight than Light Sea Green, which makes it useful for status UI, buttons, dashboards, and product surfaces that should feel fresh without going neon.
Tonal Scale
Contrast Checks
White text on this color
Buttons, badges, and filled actions.
Dark text on this color
Large headings and selective UI.
This color on light surface
Links, borders, and icons on light UI.
Professional Reference
- Sea Green is the exact CSS named color for `#2E8B57`.
- It is denser than Light Sea Green and darker than most mint or aqua-leaning greens.
- People often compare it with Light Sea Green or Dark Sea Green when they search by value first.
Accessibility Matrix
White text on this color
White text placed on the current color.
Dark text on this color
Dark text or headings on the current color.
This color on light surface
Use this color for links, strokes, or icons on light UI.
This color on dark surface
Use this color inside dark shells for strokes, tags, or icons.
Where It Works
- Use it for status indicators, product accents, and product-ready green-teal UI roles.
- Treat it as the exact CSS named color `#2E8B57` when you need a value-first answer or implementation reference.
- Compare it with Light Sea Green or Dark Sea Green when the hue feels right but the weight feels off.
Reference Notes
Sea Green is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.
Clean cyan and teal hues for product UIs.
Related Colors
Palette Starting Points
Implementation Snippets
:root {
--color-sea-green: #2E8B57;
--color-sea-green-rgb: 46 139 87;
}class="bg-[#2E8B57] text-white"
class="hover:bg-[#21643F] ring-1 ring-[#2E8B57]"{
"seaGreen": "#2E8B57",
"seaGreenRgb": [46, 139, 87],
"seaGreenHsl": [146, 50, 36]
}