#2DD4BF
Tailwind teal-400
#2DD4BF is a cyan colour. In RGB it is 45 red, 212 green and 191 blue, which converts to a hue of 172 degrees, 66% saturation and 50% lightness. It is Tailwind teal-400 in that design system's palette.
Color values
| HEX | #2DD4BF |
|---|---|
| RGB | rgb(45, 212, 191) |
| HSL | hsl(172, 66%, 50%) |
| HSV | hsv(172, 79%, 83%) |
| CMYK | cmyk(79%, 0%, 10%, 17%) |
Contrast and accessibility
Against white the contrast ratio is 1.86:1, and against black it is 11.28: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.86:1 | Fail | Fail |
| Black | 11.28:1 | AAA | AAA |
Tints and shades
Lighter tints move #2DD4BF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #2DD4BF; |
|---|---|
| CSS rgb() | color: rgb(45 212 191); |
| Tailwind | bg-[#2dd4bf] |
| SwiftUI | Color(red: 0.176, green: 0.831, blue: 0.749) |
| Android | Color.parseColor("#2DD4BF") |
Closest named color
The nearest CSS colour keyword to #2DD4BF is mediumturquoise (#48D1CC).