#134E4A
Tailwind teal-900
#134E4A is a cyan colour. In RGB it is 19 red, 78 green and 74 blue, which converts to a hue of 176 degrees, 61% saturation and 19% lightness. It is Tailwind teal-900 in that design system's palette.
Color values
| HEX | #134E4A |
|---|---|
| RGB | rgb(19, 78, 74) |
| HSL | hsl(176, 61%, 19%) |
| HSV | hsv(176, 76%, 31%) |
| CMYK | cmyk(76%, 0%, 5%, 69%) |
Contrast and accessibility
Against white the contrast ratio is 9.48:1, and against black it is 2.22: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 | 9.48:1 | AAA | AAA |
| Black | 2.22:1 | Fail | Fail |
Tints and shades
Lighter tints move #134E4A toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #134E4A; |
|---|---|
| CSS rgb() | color: rgb(19 78 74); |
| Tailwind | bg-[#134e4a] |
| SwiftUI | Color(red: 0.075, green: 0.306, blue: 0.290) |
| Android | Color.parseColor("#134E4A") |
Closest named color
The nearest CSS colour keyword to #134E4A is darkslategray (#2F4F4F).