#155E75
Tailwind cyan-800
#155E75 is a cyan colour. In RGB it is 21 red, 94 green and 117 blue, which converts to a hue of 194 degrees, 70% saturation and 27% lightness. It is Tailwind cyan-800 in that design system's palette.
Color values
| HEX | #155E75 |
|---|---|
| RGB | rgb(21, 94, 117) |
| HSL | hsl(194, 70%, 27%) |
| HSV | hsv(194, 82%, 46%) |
| CMYK | cmyk(82%, 20%, 0%, 54%) |
Contrast and accessibility
Against white the contrast ratio is 7.27:1, and against black it is 2.89: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 | 7.27:1 | AAA | AAA |
| Black | 2.89:1 | Fail | Fail |
Tints and shades
Lighter tints move #155E75 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #155E75; |
|---|---|
| CSS rgb() | color: rgb(21 94 117); |
| Tailwind | bg-[#155e75] |
| SwiftUI | Color(red: 0.082, green: 0.369, blue: 0.459) |
| Android | Color.parseColor("#155E75") |
Closest named color
The nearest CSS colour keyword to #155E75 is teal (#008080).