#0E7490
Tailwind cyan-700
#0E7490 is a cyan colour. In RGB it is 14 red, 116 green and 144 blue, which converts to a hue of 193 degrees, 82% saturation and 31% lightness. It is Tailwind cyan-700 in that design system's palette.
Color values
| HEX | #0E7490 |
|---|---|
| RGB | rgb(14, 116, 144) |
| HSL | hsl(193, 82%, 31%) |
| HSV | hsv(193, 90%, 56%) |
| CMYK | cmyk(90%, 19%, 0%, 44%) |
Contrast and accessibility
Against white the contrast ratio is 5.36:1, and against black it is 3.92: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 | 5.36:1 | AA | AAA |
| Black | 3.92:1 | Fail | AA |
Tints and shades
Lighter tints move #0E7490 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #0E7490; |
|---|---|
| CSS rgb() | color: rgb(14 116 144); |
| Tailwind | bg-[#0e7490] |
| SwiftUI | Color(red: 0.055, green: 0.455, blue: 0.565) |
| Android | Color.parseColor("#0E7490") |
Closest named color
The nearest CSS colour keyword to #0E7490 is teal (#008080).