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