#4ADE80
Tailwind green-400
#4ADE80 is a green colour. In RGB it is 74 red, 222 green and 128 blue, which converts to a hue of 142 degrees, 69% saturation and 58% lightness. It is Tailwind green-400 in that design system's palette.
Color values
| HEX | #4ADE80 |
|---|---|
| RGB | rgb(74, 222, 128) |
| HSL | hsl(142, 69%, 58%) |
| HSV | hsv(142, 67%, 87%) |
| CMYK | cmyk(67%, 0%, 42%, 13%) |
Contrast and accessibility
Against white the contrast ratio is 1.74:1, and against black it is 12.05: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.74:1 | Fail | Fail |
| Black | 12.05:1 | AAA | AAA |
Tints and shades
Lighter tints move #4ADE80 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #4ADE80; |
|---|---|
| CSS rgb() | color: rgb(74 222 128); |
| Tailwind | bg-[#4ade80] |
| SwiftUI | Color(red: 0.290, green: 0.871, blue: 0.502) |
| Android | Color.parseColor("#4ADE80") |
Closest named color
The nearest CSS colour keyword to #4ADE80 is mediumaquamarine (#66CDAA).