#14532D
Tailwind green-900
#14532D is a green colour. In RGB it is 20 red, 83 green and 45 blue, which converts to a hue of 144 degrees, 61% saturation and 20% lightness. It is Tailwind green-900 in that design system's palette.
Color values
| HEX | #14532D |
|---|---|
| RGB | rgb(20, 83, 45) |
| HSL | hsl(144, 61%, 20%) |
| HSV | hsv(144, 76%, 33%) |
| CMYK | cmyk(76%, 0%, 46%, 67%) |
Contrast and accessibility
Against white the contrast ratio is 9.11:1, and against black it is 2.3: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 | 9.11:1 | AAA | AAA |
| Black | 2.3:1 | Fail | Fail |
Tints and shades
Lighter tints move #14532D toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #14532D; |
|---|---|
| CSS rgb() | color: rgb(20 83 45); |
| Tailwind | bg-[#14532d] |
| SwiftUI | Color(red: 0.078, green: 0.325, blue: 0.176) |
| Android | Color.parseColor("#14532D") |
Closest named color
The nearest CSS colour keyword to #14532D is darkslategray (#2F4F4F).