CSS color names · Greens

Dark Sea Green color: hex #8fbc8f, RGB and HSL

Dark Sea Green is the CSS keyword darkseagreen, hex #8fbc8f, rgb(143, 188, 143), hsl(120, 25%, 65%). It is a medium, soft green in the greens family. Below: the colors that go with it, its tints and shades, how it reads as text, and a complete interface palette built from it.

CSS name
darkseagreen
Hex
#8fbc8f
RGB
rgb(143, 188, 143)
HSL
hsl(120, 25%, 65%)
On white
2.15:1 — fails AA; use as a fill, not text
On black
9.76:1 — passes AA for body text
.example {
  color: darkseagreen;          /* keyword */
  color: #8fbc8f;          /* hex */
  color: rgb(143, 188, 143); /* rgb */
  color: hsl(120, 25%, 65%); /* hsl */
}

What colors go with dark sea green

Each match keeps dark sea green's saturation and lightness and rotates only the hue, so the relationship is the wheel's and nothing else. Any of these can be an accent beside dark sea green as the primary; the harmony guides explain which rule suits which interface.

Complementary

The opposite hue, 180° away — the strongest contrast, best kept to one accent per screen.

#bc8fbc

Split-complementary

The two neighbors of the complement, at 150° and 210° — most of the contrast with less tension, and two accents instead of one.

#a68fbc
#bc8fa6

Triadic

Two hues at 120° and 240° — three evenly spaced signals, the scheme charts and category colors want.

Analogous

The neighbors at −30° and +30° — calm and cohesive, with emphasis coming from weight and size rather than hue.

#a6bc8f
#8fbca6

Tints and shades of dark sea green

Tints add lightness toward white; shades remove it toward black. The hue and saturation stay fixed, so every step still reads as dark sea green — these are the hover, pressed, disabled and surface variants a single brand color needs.

Tints (lighter)

#a2c7a2
#b4d2b4
#c7dec7
#dae9da
#ecf4ec

Shades (darker)

#6ca76c
#538a53
#3e683e
#294529
#152315

A UI color palette built from dark sea green

The eight semantic roles an interface actually uses, derived from dark sea green as the primary with the split-complementary rule: secondary and accent rotate around the wheel, and the five neutrals take the hue at lightness steps tuned for light and dark mode. This is the same derivation the palette generator runs — open it there to change the rule, drag the anchors, or export the set as CSS variables.

Light mode
primary
#8fbc8f
secondary
#a68fbc
accent
#bc8fa6
background
#fcfdfc
surface
#f4f6f4
text
#161d16
muted
#677e67
border
#e3e8e3
Dark mode
primary
#8fbc8f
secondary
#a68fbc
accent
#bc8fa6
background
#121712
surface
#1b221b
text
#f4f6f4
muted
#9fac9f
border
#313f31

Using dark sea green in an interface

Green means success and 'on' — reserve one green for that job before you use another as a brand color. Sea green, forest green and teal are calm enough to lead a palette; the neon greens are for dark-mode accents and little else. Whichever role dark sea green takes, define it once as a token rather than repeating the keyword: the semantic palette guide covers the eight roles, and the guides to complementary, triadic and the other color schemes explain how to weight the matches above.

What is the hex code for Dark Sea Green?
Dark Sea Green is #8fbc8f. In CSS the keyword darkseagreen, the hex #8fbc8f, rgb(143, 188, 143) and hsl(120, 25%, 65%) all paint the same color.
What colors go with Dark Sea Green?
Its complement is #bc8fbc, the split-complementary pair is #a68fbc and #bc8fa6, the triadic partners are #8f8fbc and #bc8f8f, and the analogous neighbors are #a6bc8f and #8fbca6. In an interface, use Dark Sea Green for most colored elements and one of these for a single accent, at roughly an 80/20 split.
What is the opposite of Dark Sea Green on the color wheel?
The opposite (complementary) color is #bc8fbc, the same saturation and lightness rotated 180° around the HSL wheel. Complementary pairs give the strongest contrast, which is why the complement should be used sparingly rather than at equal weight.
Can I use Dark Sea Green for text?
Dark Sea Green as text on white has a contrast ratio of 2.15:1, which fails WCAG AA for body text (4.5:1) and for large text (3:1). On black it is 9.76:1, which passes for body text. Use it as text on dark surfaces, or as a fill with dark text on top.

Similar named colors

More greens

We'd like to use Google cookies to understand how Nodlume is used and to measure our advertising. Nothing loads until you choose, and declining does not affect anything in the app.