#A7F3D0
Tailwind emerald-200
#A7F3D0 is a green colour. In RGB it is 167 red, 243 green and 208 blue, which converts to a hue of 152 degrees, 76% saturation and 80% lightness. It is Tailwind emerald-200 in that design system's palette.
Color values
| HEX | #A7F3D0 |
|---|---|
| RGB | rgb(167, 243, 208) |
| HSL | hsl(152, 76%, 80%) |
| HSV | hsv(152, 31%, 95%) |
| CMYK | cmyk(31%, 0%, 14%, 5%) |
Contrast and accessibility
Against white the contrast ratio is 1.28:1, and against black it is 16.37: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 | 1.28:1 | Fail | Fail |
| Black | 16.37:1 | AAA | AAA |
Tints and shades
Lighter tints move #A7F3D0 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A7F3D0; |
|---|---|
| CSS rgb() | color: rgb(167 243 208); |
| Tailwind | bg-[#a7f3d0] |
| SwiftUI | Color(red: 0.655, green: 0.953, blue: 0.816) |
| Android | Color.parseColor("#A7F3D0") |
Closest named color
The nearest CSS colour keyword to #A7F3D0 is paleturquoise (#AFEEEE).