Misty Rose (Pink)
#F8DDED
RGB: 248, 221, 237
Color OverviewHEX #F8DDED

#F8DDED Color Code Information

In the RGB color space, #F8DDED is composed of 97% red, 87% green, and 93% blue. In the HSL color space, it has a hue of 324°, saturation of 66%, and lightness of 92%.

HEX
#F8DDED
RGB
248, 221, 237
HSL
324°, 66%, 92%
HSV
324°, 11%, 97%
CMYK
0%, 11%, 4%, 3%
Name Match
Misty Rose
Closest Standard

Shades of #F8DDED (Darker Variations)

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

Tints of #F8DDED (Lighter Variations)

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

Tones of #F8DDED (Muted Variations)

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

Color Harmonies for #F8DDED

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

Developer Code Snippets & Tailwind CSS

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

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