#99F6E4
Tailwind teal-200
#99F6E4 is a cyan colour. In RGB it is 153 red, 246 green and 228 blue, which converts to a hue of 168 degrees, 84% saturation and 78% lightness. It is Tailwind teal-200 in that design system's palette.
Color values
| HEX | #99F6E4 |
|---|---|
| RGB | rgb(153, 246, 228) |
| HSL | hsl(168, 84%, 78%) |
| HSV | hsv(168, 38%, 96%) |
| CMYK | cmyk(38%, 0%, 7%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 1.26:1, and against black it is 16.66: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.26:1 | Fail | Fail |
| Black | 16.66:1 | AAA | AAA |
Tints and shades
Lighter tints move #99F6E4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #99F6E4; |
|---|---|
| CSS rgb() | color: rgb(153 246 228); |
| Tailwind | bg-[#99f6e4] |
| SwiftUI | Color(red: 0.600, green: 0.965, blue: 0.894) |
| Android | Color.parseColor("#99F6E4") |
Closest named color
The nearest CSS colour keyword to #99F6E4 is paleturquoise (#AFEEEE).