#F1F8E9
Material lightgreen 50
#F1F8E9 is a green colour. In RGB it is 241 red, 248 green and 233 blue, which converts to a hue of 88 degrees, 52% saturation and 94% lightness. It is Material lightgreen 50 in that design system's palette.
Color values
| HEX | #F1F8E9 |
|---|---|
| RGB | rgb(241, 248, 233) |
| HSL | hsl(88, 52%, 94%) |
| HSV | hsv(88, 6%, 97%) |
| CMYK | cmyk(3%, 0%, 6%, 3%) |
Contrast and accessibility
Against white the contrast ratio is 1.09:1, and against black it is 19.34: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.09:1 | Fail | Fail |
| Black | 19.34:1 | AAA | AAA |
Tints and shades
Lighter tints move #F1F8E9 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F1F8E9; |
|---|---|
| CSS rgb() | color: rgb(241 248 233); |
| Tailwind | bg-[#f1f8e9] |
| SwiftUI | Color(red: 0.945, green: 0.973, blue: 0.914) |
| Android | Color.parseColor("#F1F8E9") |
Closest named color
The nearest CSS colour keyword to #F1F8E9 is honeydew (#F0FFF0).