Azure (Blue)
#F0FDFF
RGB: 240, 253, 255
Color OverviewHEX #F0FDFF
#F0FDFF Color Code Information
In the RGB color space, #F0FDFF is composed of 94% red, 99% green, and 100% blue. In the HSL color space, it has a hue of 188°, saturation of 100%, and lightness of 97%.
HEX
#F0FDFF
RGB
240, 253, 255
HSL
188°, 100%, 97%
HSV
188°, 6%, 100%
CMYK
6%, 1%, 0%, 0%
Name Match
Azure
Closest StandardShades of #F0FDFF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F0FDFF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F0FDFF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F0FDFF
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 #F0FDFF Background
Contrast Ratio against Pure White (#FFFFFF):1.04 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F0FDFF Background
Contrast Ratio against Pure Black (#000000):20.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F0FDFF;
}
.element {
color: #F0FDFF;
background-color: #F0FDFF;
border-color: #F0FDFF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F0FDFF] text-[#F0FDFF] border-[#F0FDFF]"> Content styled with #F0FDFF </div>