Misty Rose (Pink)
#FDDBF3
RGB: 253, 219, 243
Color OverviewHEX #FDDBF3
#FDDBF3 Color Code Information
In the RGB color space, #FDDBF3 is composed of 99% red, 86% green, and 95% blue. In the HSL color space, it has a hue of 318°, saturation of 89%, and lightness of 93%.
HEX
#FDDBF3
RGB
253, 219, 243
HSL
318°, 89%, 93%
HSV
318°, 13%, 99%
CMYK
0%, 13%, 4%, 1%
Name Match
Misty Rose
Closest StandardShades of #FDDBF3 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FDDBF3 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FDDBF3 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FDDBF3
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FDDBF3 Background
Contrast Ratio against Pure White (#FFFFFF):1.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FDDBF3 Background
Contrast Ratio against Pure Black (#000000):16.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FDDBF3;
}
.element {
color: #FDDBF3;
background-color: #FDDBF3;
border-color: #FDDBF3;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FDDBF3] text-[#FDDBF3] border-[#FDDBF3]"> Content styled with #FDDBF3 </div>