#8FBC8F
darkseagreen
#8FBC8F is a green colour. In RGB it is 143 red, 188 green and 143 blue, which converts to a hue of 120 degrees, 25% saturation and 65% lightness. It is one of the named CSS colours, written as darkseagreen in stylesheets.
Color values
| HEX | #8FBC8F |
|---|---|
| RGB | rgb(143, 188, 143) |
| HSL | hsl(120, 25%, 65%) |
| HSV | hsv(120, 24%, 74%) |
| CMYK | cmyk(24%, 0%, 24%, 26%) |
Contrast and accessibility
Against white the contrast ratio is 2.15:1, and against black it is 9.76:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.15:1 | Fail | Fail |
| Black | 9.76:1 | AAA | AAA |
Tints and shades
Lighter tints move #8FBC8F toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #8FBC8F; |
|---|---|
| CSS rgb() | color: rgb(143 188 143); |
| Tailwind | bg-[#8fbc8f] |
| SwiftUI | Color(red: 0.561, green: 0.737, blue: 0.561) |
| Android | Color.parseColor("#8FBC8F") |