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