#115E59
Tailwind teal-800
#115E59 is a cyan colour. In RGB it is 17 red, 94 green and 89 blue, which converts to a hue of 176 degrees, 69% saturation and 22% lightness. It is Tailwind teal-800 in that design system's palette.
Color values
| HEX | #115E59 |
|---|---|
| RGB | rgb(17, 94, 89) |
| HSL | hsl(176, 69%, 22%) |
| HSV | hsv(176, 82%, 37%) |
| CMYK | cmyk(82%, 0%, 5%, 63%) |
Contrast and accessibility
Against white the contrast ratio is 7.58:1, and against black it is 2.77: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 | 7.58:1 | AAA | AAA |
| Black | 2.77:1 | Fail | Fail |
Tints and shades
Lighter tints move #115E59 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #115E59; |
|---|---|
| CSS rgb() | color: rgb(17 94 89); |
| Tailwind | bg-[#115e59] |
| SwiftUI | Color(red: 0.067, green: 0.369, blue: 0.349) |
| Android | Color.parseColor("#115E59") |
Closest named color
The nearest CSS colour keyword to #115E59 is darkslategray (#2F4F4F).