#F5FFFA
mintcream
#F5FFFA is a green colour. In RGB it is 245 red, 255 green and 250 blue, which converts to a hue of 150 degrees, 100% saturation and 98% lightness. It is one of the named CSS colours, written as mintcream in stylesheets.
Color values
| HEX | #F5FFFA |
|---|---|
| RGB | rgb(245, 255, 250) |
| HSL | hsl(150, 100%, 98%) |
| HSV | hsv(150, 4%, 100%) |
| CMYK | cmyk(4%, 0%, 2%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.02:1, and against black it is 20.57: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.02:1 | Fail | Fail |
| Black | 20.57:1 | AAA | AAA |
Tints and shades
Lighter tints move #F5FFFA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F5FFFA; |
|---|---|
| CSS rgb() | color: rgb(245 255 250); |
| Tailwind | bg-[#f5fffa] |
| SwiftUI | Color(red: 0.961, green: 1.000, blue: 0.980) |
| Android | Color.parseColor("#F5FFFA") |