#0D9488
Tailwind teal-600
#0D9488 is a cyan colour. In RGB it is 13 red, 148 green and 136 blue, which converts to a hue of 175 degrees, 84% saturation and 32% lightness. It is Tailwind teal-600 in that design system's palette.
Color values
| HEX | #0D9488 |
|---|---|
| RGB | rgb(13, 148, 136) |
| HSL | hsl(175, 84%, 32%) |
| HSV | hsv(175, 91%, 58%) |
| CMYK | cmyk(91%, 0%, 8%, 42%) |
Contrast and accessibility
Against white the contrast ratio is 3.74:1, and against black it is 5.61: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 | 3.74:1 | Fail | AA |
| Black | 5.61:1 | AA | AAA |
Tints and shades
Lighter tints move #0D9488 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #0D9488; |
|---|---|
| CSS rgb() | color: rgb(13 148 136); |
| Tailwind | bg-[#0d9488] |
| SwiftUI | Color(red: 0.051, green: 0.580, blue: 0.533) |
| Android | Color.parseColor("#0D9488") |
Closest named color
The nearest CSS colour keyword to #0D9488 is darkcyan (#008B8B).