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