#0097A7
Material cyan 700
#0097A7 is a cyan colour. In RGB it is 0 red, 151 green and 167 blue, which converts to a hue of 186 degrees, 100% saturation and 33% lightness. It is Material cyan 700 in that design system's palette.
Color values
| HEX | #0097A7 |
|---|---|
| RGB | rgb(0, 151, 167) |
| HSL | hsl(186, 100%, 33%) |
| HSV | hsv(186, 100%, 65%) |
| CMYK | cmyk(100%, 10%, 0%, 35%) |
Contrast and accessibility
Against white the contrast ratio is 3.51:1, and against black it is 5.98: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.51:1 | Fail | AA |
| Black | 5.98:1 | AA | AAA |
Tints and shades
Lighter tints move #0097A7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #0097A7; |
|---|---|
| CSS rgb() | color: rgb(0 151 167); |
| Tailwind | bg-[#0097a7] |
| SwiftUI | Color(red: 0.000, green: 0.592, blue: 0.655) |
| Android | Color.parseColor("#0097A7") |
Closest named color
The nearest CSS colour keyword to #0097A7 is darkcyan (#008B8B).