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