#ECFEFF
Tailwind cyan-50
#ECFEFF is a cyan colour. In RGB it is 236 red, 254 green and 255 blue, which converts to a hue of 183 degrees, 100% saturation and 96% lightness. It is Tailwind cyan-50 in that design system's palette.
Color values
| HEX | #ECFEFF |
|---|---|
| RGB | rgb(236, 254, 255) |
| HSL | hsl(183, 100%, 96%) |
| HSV | hsv(183, 7%, 100%) |
| CMYK | cmyk(7%, 0%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.04:1, and against black it is 20.19: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.04:1 | Fail | Fail |
| Black | 20.19:1 | AAA | AAA |
Tints and shades
Lighter tints move #ECFEFF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #ECFEFF; |
|---|---|
| CSS rgb() | color: rgb(236 254 255); |
| Tailwind | bg-[#ecfeff] |
| SwiftUI | Color(red: 0.925, green: 0.996, blue: 1.000) |
| Android | Color.parseColor("#ECFEFF") |
Closest named color
The nearest CSS colour keyword to #ECFEFF is azure (#F0FFFF).