Ivory (Neutral)
#FAFFF3
RGB: 250, 255, 243
Color OverviewHEX #FAFFF3

#FAFFF3 Color Code Information

In the RGB color space, #FAFFF3 is composed of 98% red, 100% green, and 95% blue. In the HSL color space, it has a hue of 85°, saturation of 100%, and lightness of 98%.

HEX
#FAFFF3
RGB
250, 255, 243
HSL
85°, 100%, 98%
HSV
85°, 5%, 100%
CMYK
2%, 0%, 5%, 0%
Name Match
Ivory
Closest Standard

Shades of #FAFFF3 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #FAFFF3 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #FAFFF3 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #FAFFF3

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #FAFFF3 Background
Contrast Ratio against Pure White (#FFFFFF):1.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FAFFF3 Background
Contrast Ratio against Pure Black (#000000):20.66 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #FAFFF3;
}

.element {
  color: #FAFFF3;
  background-color: #FAFFF3;
  border-color: #FAFFF3;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#FAFFF3] text-[#FAFFF3] border-[#FAFFF3]">
  Content styled with #FAFFF3
</div>