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