#CFFAFE
Tailwind cyan-100
#CFFAFE is a cyan colour. In RGB it is 207 red, 250 green and 254 blue, which converts to a hue of 185 degrees, 96% saturation and 90% lightness. It is Tailwind cyan-100 in that design system's palette.
Color values
| HEX | #CFFAFE |
|---|---|
| RGB | rgb(207, 250, 254) |
| HSL | hsl(185, 96%, 90%) |
| HSV | hsv(185, 19%, 100%) |
| CMYK | cmyk(19%, 2%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.12:1, and against black it is 18.76: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.12:1 | Fail | Fail |
| Black | 18.76:1 | AAA | AAA |
Tints and shades
Lighter tints move #CFFAFE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CFFAFE; |
|---|---|
| CSS rgb() | color: rgb(207 250 254); |
| Tailwind | bg-[#cffafe] |
| SwiftUI | Color(red: 0.812, green: 0.980, blue: 0.996) |
| Android | Color.parseColor("#CFFAFE") |
Closest named color
The nearest CSS colour keyword to #CFFAFE is lightcyan (#E0FFFF).