Misty Rose (Pink)
#F3DADF
RGB: 243, 218, 223
Color OverviewHEX #F3DADF

#F3DADF Color Code Information

In the RGB color space, #F3DADF is composed of 95% red, 85% green, and 87% blue. In the HSL color space, it has a hue of 348°, saturation of 51%, and lightness of 90%.

HEX
#F3DADF
RGB
243, 218, 223
HSL
348°, 51%, 90%
HSV
348°, 10%, 95%
CMYK
0%, 10%, 8%, 5%
Name Match
Misty Rose
Closest Standard

Shades of #F3DADF (Darker Variations)

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

Tints of #F3DADF (Lighter Variations)

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

Tones of #F3DADF (Muted Variations)

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

Color Harmonies for #F3DADF

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

Developer Code Snippets & Tailwind CSS

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

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