CSS named color
DarkSeaGreen
#8FBC8F
HEX
#8fbc8fRGB
rgb(143, 188, 143)HSL
hsl(120, 25%, 65%)OKLCH
oklch(75.09% 0.0797 144.73)NAME
darkseagreenPalette
Complementary
180° on the color wheelComplement
#BC8FBC
Analogous
±30° around the base hueLeft
#A6BC8F
Right
#8FBCA6
Triadic
±120° for harmonic contrastTriad 1
#8F8FBC
Triad 2
#BC8F8F
RosyBrown
Shades
Lighter and darker variantsCSS usage
By name
color: darkseagreen;
background-color: darkseagreen;By HEX
color: #8fbc8f;
background-color: #8fbc8f;By RGB
color: rgb(143, 188, 143);
background-color: rgb(143, 188, 143);By HSL
color: hsl(120, 25%, 65%);
background-color: hsl(120, 25%, 65%);WCAG contrast vs white
Aa
2.15:1
Below minimum
WCAG contrast vs black
Aa
9.76:1
AAA
Related colors
FAQ — DarkSeaGreen
What is the HEX code for DarkSeaGreen?
The HEX code for DarkSeaGreen is #8FBC8F. It's one of the 148 named CSS colors and can be used directly in CSS as color: darkseagreen; or color: #8fbc8f;
What is DarkSeaGreen in RGB?
DarkSeaGreen in RGB is rgb(143, 188, 143) — red 143, green 188, blue 143.
What is DarkSeaGreen in HSL?
DarkSeaGreen in HSL is hsl(120, 25%, 65%) — hue 120°, saturation 25%, lightness 65%.
What is the complementary color of DarkSeaGreen?
The complementary color (directly opposite DarkSeaGreen on the color wheel) is #BC8FBC. The two together produce maximum contrast.
Is white text readable on DarkSeaGreen?
The WCAG contrast ratio against white (#FFFFFF) is 2.15:1, and against black (#000000) it's 9.76:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.