#22C55E
Tailwind green-500
#22C55E is a green colour. In RGB it is 34 red, 197 green and 94 blue, which converts to a hue of 142 degrees, 71% saturation and 45% lightness. It is Tailwind green-500 in that design system's palette.
Color values
| HEX | #22C55E |
|---|---|
| RGB | rgb(34, 197, 94) |
| HSL | hsl(142, 71%, 45%) |
| HSV | hsv(142, 83%, 77%) |
| CMYK | cmyk(83%, 0%, 52%, 23%) |
Contrast and accessibility
Against white the contrast ratio is 2.28:1, and against black it is 9.22: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.28:1 | Fail | Fail |
| Black | 9.22:1 | AAA | AAA |
Tints and shades
Lighter tints move #22C55E toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #22C55E; |
|---|---|
| CSS rgb() | color: rgb(34 197 94); |
| Tailwind | bg-[#22c55e] |
| SwiftUI | Color(red: 0.133, green: 0.773, blue: 0.369) |
| Android | Color.parseColor("#22C55E") |
Closest named color
The nearest CSS colour keyword to #22C55E is mediumseagreen (#3CB371).