Pink (Pink)
#F8C7D2
RGB: 248, 199, 210
Color OverviewHEX #F8C7D2

#F8C7D2 Color Code Information

In the RGB color space, #F8C7D2 is composed of 97% red, 78% green, and 82% blue. In the HSL color space, it has a hue of 347°, saturation of 78%, and lightness of 88%.

HEX
#F8C7D2
RGB
248, 199, 210
HSL
347°, 78%, 88%
HSV
347°, 20%, 97%
CMYK
0%, 20%, 15%, 3%
Name Match
Pink
Closest Standard

Shades of #F8C7D2 (Darker Variations)

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

Tints of #F8C7D2 (Lighter Variations)

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

Tones of #F8C7D2 (Muted Variations)

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

Color Harmonies for #F8C7D2

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

Developer Code Snippets & Tailwind CSS

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

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