#F0FDFA
Tailwind teal-50
#F0FDFA is a cyan colour. In RGB it is 240 red, 253 green and 250 blue, which converts to a hue of 166 degrees, 76% saturation and 97% lightness. It is Tailwind teal-50 in that design system's palette.
Color values
| HEX | #F0FDFA |
|---|---|
| RGB | rgb(240, 253, 250) |
| HSL | hsl(166, 76%, 97%) |
| HSV | hsv(166, 5%, 99%) |
| CMYK | cmyk(5%, 0%, 1%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.04:1, and against black it is 20.14: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.14:1 | AAA | AAA |
Tints and shades
Lighter tints move #F0FDFA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F0FDFA; |
|---|---|
| CSS rgb() | color: rgb(240 253 250); |
| Tailwind | bg-[#f0fdfa] |
| SwiftUI | Color(red: 0.941, green: 0.992, blue: 0.980) |
| Android | Color.parseColor("#F0FDFA") |
Closest named color
The nearest CSS colour keyword to #F0FDFA is azure (#F0FFFF).