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