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