#0F766E
Tailwind teal-700
#0F766E is a cyan colour. In RGB it is 15 red, 118 green and 110 blue, which converts to a hue of 175 degrees, 77% saturation and 26% lightness. It is Tailwind teal-700 in that design system's palette.
Color values
| HEX | #0F766E |
|---|---|
| RGB | rgb(15, 118, 110) |
| HSL | hsl(175, 77%, 26%) |
| HSV | hsv(175, 87%, 46%) |
| CMYK | cmyk(87%, 0%, 7%, 54%) |
Contrast and accessibility
Against white the contrast ratio is 5.47:1, and against black it is 3.84: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 | 5.47:1 | AA | AAA |
| Black | 3.84:1 | Fail | AA |
Tints and shades
Lighter tints move #0F766E toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #0F766E; |
|---|---|
| CSS rgb() | color: rgb(15 118 110); |
| Tailwind | bg-[#0f766e] |
| SwiftUI | Color(red: 0.059, green: 0.463, blue: 0.431) |
| Android | Color.parseColor("#0F766E") |
Closest named color
The nearest CSS colour keyword to #0F766E is teal (#008080).