#F9FBE7
Material lime 50
#F9FBE7 is a yellow colour. In RGB it is 249 red, 251 green and 231 blue, which converts to a hue of 66 degrees, 71% saturation and 95% lightness. It is Material lime 50 in that design system's palette.
Color values
| HEX | #F9FBE7 |
|---|---|
| RGB | rgb(249, 251, 231) |
| HSL | hsl(66, 71%, 95%) |
| HSV | hsv(66, 8%, 98%) |
| CMYK | cmyk(1%, 0%, 8%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.05:1, and against black it is 19.98: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 | 19.98:1 | AAA | AAA |
Tints and shades
Lighter tints move #F9FBE7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F9FBE7; |
|---|---|
| CSS rgb() | color: rgb(249 251 231); |
| Tailwind | bg-[#f9fbe7] |
| SwiftUI | Color(red: 0.976, green: 0.984, blue: 0.906) |
| Android | Color.parseColor("#F9FBE7") |
Closest named color
The nearest CSS colour keyword to #F9FBE7 is oldlace (#FDF5E6).