#5EEAD4
Tailwind teal-300
#5EEAD4 is a cyan colour. In RGB it is 94 red, 234 green and 212 blue, which converts to a hue of 171 degrees, 77% saturation and 64% lightness. It is Tailwind teal-300 in that design system's palette.
Color values
| HEX | #5EEAD4 |
|---|---|
| RGB | rgb(94, 234, 212) |
| HSL | hsl(171, 77%, 64%) |
| HSV | hsv(171, 60%, 92%) |
| CMYK | cmyk(60%, 0%, 9%, 8%) |
Contrast and accessibility
Against white the contrast ratio is 1.48:1, and against black it is 14.2: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.48:1 | Fail | Fail |
| Black | 14.2:1 | AAA | AAA |
Tints and shades
Lighter tints move #5EEAD4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #5EEAD4; |
|---|---|
| CSS rgb() | color: rgb(94 234 212); |
| Tailwind | bg-[#5eead4] |
| SwiftUI | Color(red: 0.369, green: 0.918, blue: 0.831) |
| Android | Color.parseColor("#5EEAD4") |
Closest named color
The nearest CSS colour keyword to #5EEAD4 is turquoise (#40E0D0).