Magenta (Pink)
#DF12ED
RGB: 223, 18, 237
Color OverviewHEX #DF12ED

#DF12ED Color Code Information

In the RGB color space, #DF12ED is composed of 87% red, 7% green, and 93% blue. In the HSL color space, it has a hue of 296°, saturation of 86%, and lightness of 50%.

HEX
#DF12ED
RGB
223, 18, 237
HSL
296°, 86%, 50%
HSV
296°, 92%, 93%
CMYK
6%, 92%, 0%, 7%
Name Match
Magenta
Closest Standard

Shades of #DF12ED (Darker Variations)

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

Tints of #DF12ED (Lighter Variations)

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

Tones of #DF12ED (Muted Variations)

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

Color Harmonies for #DF12ED

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

Developer Code Snippets & Tailwind CSS

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

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