#164E63
Tailwind cyan-900
#164E63 is a cyan colour. In RGB it is 22 red, 78 green and 99 blue, which converts to a hue of 196 degrees, 64% saturation and 24% lightness. It is Tailwind cyan-900 in that design system's palette.
Color values
| HEX | #164E63 |
|---|---|
| RGB | rgb(22, 78, 99) |
| HSL | hsl(196, 64%, 24%) |
| HSV | hsv(196, 78%, 39%) |
| CMYK | cmyk(78%, 21%, 0%, 61%) |
Contrast and accessibility
Against white the contrast ratio is 9.11:1, and against black it is 2.3: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.11:1 | AAA | AAA |
| Black | 2.3:1 | Fail | Fail |
Tints and shades
Lighter tints move #164E63 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #164E63; |
|---|---|
| CSS rgb() | color: rgb(22 78 99); |
| Tailwind | bg-[#164e63] |
| SwiftUI | Color(red: 0.086, green: 0.306, blue: 0.388) |
| Android | Color.parseColor("#164E63") |
Closest named color
The nearest CSS colour keyword to #164E63 is darkslategray (#2F4F4F).