#065F46
Tailwind emerald-800
#065F46 is a cyan colour. In RGB it is 6 red, 95 green and 70 blue, which converts to a hue of 163 degrees, 88% saturation and 20% lightness. It is Tailwind emerald-800 in that design system's palette.
Color values
| HEX | #065F46 |
|---|---|
| RGB | rgb(6, 95, 70) |
| HSL | hsl(163, 88%, 20%) |
| HSV | hsv(163, 94%, 37%) |
| CMYK | cmyk(94%, 0%, 26%, 63%) |
Contrast and accessibility
Against white the contrast ratio is 7.68:1, and against black it is 2.73: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.68:1 | AAA | AAA |
| Black | 2.73:1 | Fail | Fail |
Tints and shades
Lighter tints move #065F46 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #065F46; |
|---|---|
| CSS rgb() | color: rgb(6 95 70); |
| Tailwind | bg-[#065f46] |
| SwiftUI | Color(red: 0.024, green: 0.373, blue: 0.275) |
| Android | Color.parseColor("#065F46") |
Closest named color
The nearest CSS colour keyword to #065F46 is darkslategray (#2F4F4F).