Ivory (Neutral)
#FEFDE9
RGB: 254, 253, 233
Color OverviewHEX #FEFDE9

#FEFDE9 Color Code Information

In the RGB color space, #FEFDE9 is composed of 100% red, 99% green, and 91% blue. In the HSL color space, it has a hue of 57°, saturation of 91%, and lightness of 95%.

HEX
#FEFDE9
RGB
254, 253, 233
HSL
57°, 91%, 95%
HSV
57°, 8%, 100%
CMYK
0%, 0%, 8%, 0%
Name Match
Ivory
Closest Standard

Shades of #FEFDE9 (Darker Variations)

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

Tints of #FEFDE9 (Lighter Variations)

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

Tones of #FEFDE9 (Muted Variations)

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

Color Harmonies for #FEFDE9

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

Developer Code Snippets & Tailwind CSS

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

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