#CCFBF1
Tailwind teal-100
#CCFBF1 is a cyan colour. In RGB it is 204 red, 251 green and 241 blue, which converts to a hue of 167 degrees, 85% saturation and 89% lightness. It is Tailwind teal-100 in that design system's palette.
Color values
| HEX | #CCFBF1 |
|---|---|
| RGB | rgb(204, 251, 241) |
| HSL | hsl(167, 85%, 89%) |
| HSV | hsv(167, 19%, 98%) |
| CMYK | cmyk(19%, 0%, 4%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.13:1, and against black it is 18.64: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.13:1 | Fail | Fail |
| Black | 18.64:1 | AAA | AAA |
Tints and shades
Lighter tints move #CCFBF1 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CCFBF1; |
|---|---|
| CSS rgb() | color: rgb(204 251 241); |
| Tailwind | bg-[#ccfbf1] |
| SwiftUI | Color(red: 0.800, green: 0.984, blue: 0.945) |
| Android | Color.parseColor("#CCFBF1") |
Closest named color
The nearest CSS colour keyword to #CCFBF1 is lightcyan (#E0FFFF).