#86EFAC
Tailwind green-300
#86EFAC is a green colour. In RGB it is 134 red, 239 green and 172 blue, which converts to a hue of 142 degrees, 77% saturation and 73% lightness. It is Tailwind green-300 in that design system's palette.
Color values
| HEX | #86EFAC |
|---|---|
| RGB | rgb(134, 239, 172) |
| HSL | hsl(142, 77%, 73%) |
| HSV | hsv(142, 44%, 94%) |
| CMYK | cmyk(44%, 0%, 28%, 6%) |
Contrast and accessibility
Against white the contrast ratio is 1.4:1, and against black it is 14.96: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 | 1.4:1 | Fail | Fail |
| Black | 14.96:1 | AAA | AAA |
Tints and shades
Lighter tints move #86EFAC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #86EFAC; |
|---|---|
| CSS rgb() | color: rgb(134 239 172); |
| Tailwind | bg-[#86efac] |
| SwiftUI | Color(red: 0.525, green: 0.937, blue: 0.675) |
| Android | Color.parseColor("#86EFAC") |
Closest named color
The nearest CSS colour keyword to #86EFAC is lightgreen (#90EE90).