Misty Rose (Pink)
#FBDFDF
RGB: 251, 223, 223
Color OverviewHEX #FBDFDF

#FBDFDF Color Code Information

In the RGB color space, #FBDFDF is composed of 98% red, 87% green, and 87% blue. In the HSL color space, it has a hue of 0°, saturation of 78%, and lightness of 93%.

HEX
#FBDFDF
RGB
251, 223, 223
HSL
0°, 78%, 93%
HSV
0°, 11%, 98%
CMYK
0%, 11%, 11%, 2%
Name Match
Misty Rose
Closest Standard

Shades of #FBDFDF (Darker Variations)

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

Tints of #FBDFDF (Lighter Variations)

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

Tones of #FBDFDF (Muted Variations)

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

Color Harmonies for #FBDFDF

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

Developer Code Snippets & Tailwind CSS

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

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