Peach Puff (Orange)
#F6DDC1
RGB: 246, 221, 193
Color OverviewHEX #F6DDC1

#F6DDC1 Color Code Information

In the RGB color space, #F6DDC1 is composed of 96% red, 87% green, and 76% blue. In the HSL color space, it has a hue of 32°, saturation of 75%, and lightness of 86%.

HEX
#F6DDC1
RGB
246, 221, 193
HSL
32°, 75%, 86%
HSV
32°, 22%, 96%
CMYK
0%, 10%, 22%, 4%
Name Match
Peach Puff
Closest Standard

Shades of #F6DDC1 (Darker Variations)

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

Tints of #F6DDC1 (Lighter Variations)

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

Tones of #F6DDC1 (Muted Variations)

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

Color Harmonies for #F6DDC1

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

Developer Code Snippets & Tailwind CSS

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

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