#00897B
Material teal 600
#00897B is a cyan colour. In RGB it is 0 red, 137 green and 123 blue, which converts to a hue of 174 degrees, 100% saturation and 27% lightness. It is Material teal 600 in that design system's palette.
Color values
| HEX | #00897B |
|---|---|
| RGB | rgb(0, 137, 123) |
| HSL | hsl(174, 100%, 27%) |
| HSV | hsv(174, 100%, 54%) |
| CMYK | cmyk(100%, 0%, 10%, 46%) |
Contrast and accessibility
Against white the contrast ratio is 4.32:1, and against black it is 4.86: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 | 4.32:1 | Fail | AA |
| Black | 4.86:1 | AA | AAA |
Tints and shades
Lighter tints move #00897B toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #00897B; |
|---|---|
| CSS rgb() | color: rgb(0 137 123); |
| Tailwind | bg-[#00897b] |
| SwiftUI | Color(red: 0.000, green: 0.537, blue: 0.482) |
| Android | Color.parseColor("#00897B") |
Closest named color
The nearest CSS colour keyword to #00897B is teal (#008080).