#F1F5F9
Tailwind slate-100
#F1F5F9 is a blue colour. In RGB it is 241 red, 245 green and 249 blue, which converts to a hue of 210 degrees, 40% saturation and 96% lightness. It is Tailwind slate-100 in that design system's palette.
Color values
| HEX | #F1F5F9 |
|---|---|
| RGB | rgb(241, 245, 249) |
| HSL | hsl(210, 40%, 96%) |
| HSV | hsv(210, 3%, 98%) |
| CMYK | cmyk(3%, 2%, 0%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.1:1, and against black it is 19.17: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.17:1 | AAA | AAA |
Tints and shades
Lighter tints move #F1F5F9 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F1F5F9; |
|---|---|
| CSS rgb() | color: rgb(241 245 249); |
| Tailwind | bg-[#f1f5f9] |
| SwiftUI | Color(red: 0.945, green: 0.961, blue: 0.976) |
| Android | Color.parseColor("#F1F5F9") |
Closest named color
The nearest CSS colour keyword to #F1F5F9 is whitesmoke (#F5F5F5).