#F7FEE7
Tailwind lime-50
#F7FEE7 is a green colour. In RGB it is 247 red, 254 green and 231 blue, which converts to a hue of 78 degrees, 92% saturation and 95% lightness. It is Tailwind lime-50 in that design system's palette.
Color values
| HEX | #F7FEE7 |
|---|---|
| RGB | rgb(247, 254, 231) |
| HSL | hsl(78, 92%, 95%) |
| HSV | hsv(78, 9%, 100%) |
| CMYK | cmyk(3%, 0%, 9%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.04:1, and against black it is 20.29: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.29:1 | AAA | AAA |
Tints and shades
Lighter tints move #F7FEE7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F7FEE7; |
|---|---|
| CSS rgb() | color: rgb(247 254 231); |
| Tailwind | bg-[#f7fee7] |
| SwiftUI | Color(red: 0.969, green: 0.996, blue: 0.906) |
| Android | Color.parseColor("#F7FEE7") |
Closest named color
The nearest CSS colour keyword to #F7FEE7 is lightyellow (#FFFFE0).