#A5F3FC
Tailwind cyan-200
#A5F3FC is a cyan colour. In RGB it is 165 red, 243 green and 252 blue, which converts to a hue of 186 degrees, 94% saturation and 82% lightness. It is Tailwind cyan-200 in that design system's palette.
Color values
| HEX | #A5F3FC |
|---|---|
| RGB | rgb(165, 243, 252) |
| HSL | hsl(186, 94%, 82%) |
| HSV | hsv(186, 35%, 99%) |
| CMYK | cmyk(35%, 4%, 0%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.25:1, and against black it is 16.83: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.25:1 | Fail | Fail |
| Black | 16.83:1 | AAA | AAA |
Tints and shades
Lighter tints move #A5F3FC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A5F3FC; |
|---|---|
| CSS rgb() | color: rgb(165 243 252); |
| Tailwind | bg-[#a5f3fc] |
| SwiftUI | Color(red: 0.647, green: 0.953, blue: 0.988) |
| Android | Color.parseColor("#A5F3FC") |
Closest named color
The nearest CSS colour keyword to #A5F3FC is paleturquoise (#AFEEEE).