#F5F5F4
Tailwind stone-100
#F5F5F4 is a white colour. In RGB it is 245 red, 245 green and 244 blue, which converts to a hue of 60 degrees, 5% saturation and 96% lightness. It is Tailwind stone-100 in that design system's palette.
Color values
| HEX | #F5F5F4 |
|---|---|
| RGB | rgb(245, 245, 244) |
| HSL | hsl(60, 5%, 96%) |
| HSV | hsv(60, 0%, 96%) |
| CMYK | cmyk(0%, 0%, 0%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 1.09:1, and against black it is 19.25: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.25:1 | AAA | AAA |
Tints and shades
Lighter tints move #F5F5F4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F5F5F4; |
|---|---|
| CSS rgb() | color: rgb(245 245 244); |
| Tailwind | bg-[#f5f5f4] |
| SwiftUI | Color(red: 0.961, green: 0.961, blue: 0.957) |
| Android | Color.parseColor("#F5F5F4") |
Closest named color
The nearest CSS colour keyword to #F5F5F4 is whitesmoke (#F5F5F5).