Ivory (Neutral)
#FEFDF4
RGB: 254, 253, 244
Color OverviewHEX #FEFDF4

#FEFDF4 Color Code Information

In the RGB color space, #FEFDF4 is composed of 100% red, 99% green, and 96% blue. In the HSL color space, it has a hue of 54°, saturation of 83%, and lightness of 98%.

HEX
#FEFDF4
RGB
254, 253, 244
HSL
54°, 83%, 98%
HSV
54°, 4%, 100%
CMYK
0%, 0%, 4%, 0%
Name Match
Ivory
Closest Standard

Shades of #FEFDF4 (Darker Variations)

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

Tints of #FEFDF4 (Lighter Variations)

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

Tones of #FEFDF4 (Muted Variations)

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

Color Harmonies for #FEFDF4

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 #FEFDF4 Background
Contrast Ratio against Pure White (#FFFFFF):1.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FEFDF4 Background
Contrast Ratio against Pure Black (#000000):20.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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