Alice Blue (Blue)
#F1F1FD
RGB: 241, 241, 253
Color OverviewHEX #F1F1FD
#F1F1FD Color Code Information
In the RGB color space, #F1F1FD is composed of 95% red, 95% green, and 99% blue. In the HSL color space, it has a hue of 240°, saturation of 75%, and lightness of 97%.
HEX
#F1F1FD
RGB
241, 241, 253
HSL
240°, 75%, 97%
HSV
240°, 5%, 99%
CMYK
5%, 5%, 0%, 1%
Name Match
Alice Blue
Closest StandardShades of #F1F1FD (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F1F1FD (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F1F1FD (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F1F1FD
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #F1F1FD Background
Contrast Ratio against Pure White (#FFFFFF):1.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F1F1FD Background
Contrast Ratio against Pure Black (#000000):18.74 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F1F1FD;
}
.element {
color: #F1F1FD;
background-color: #F1F1FD;
border-color: #F1F1FD;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F1F1FD] text-[#F1F1FD] border-[#F1F1FD]"> Content styled with #F1F1FD </div>