Hot Pink (Pink)
#DF4F96
RGB: 223, 79, 150
Color OverviewHEX #DF4F96

#DF4F96 Color Code Information

In the RGB color space, #DF4F96 is composed of 87% red, 31% green, and 59% blue. In the HSL color space, it has a hue of 330°, saturation of 69%, and lightness of 59%.

HEX
#DF4F96
RGB
223, 79, 150
HSL
330°, 69%, 59%
HSV
330°, 65%, 87%
CMYK
0%, 65%, 33%, 13%
Name Match
Hot Pink
Closest Standard

Shades of #DF4F96 (Darker Variations)

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

Tints of #DF4F96 (Lighter Variations)

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

Tones of #DF4F96 (Muted Variations)

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

Color Harmonies for #DF4F96

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

Developer Code Snippets & Tailwind CSS

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

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