Magenta (Pink)
#DB06D4
RGB: 219, 6, 212
Color OverviewHEX #DB06D4

#DB06D4 Color Code Information

In the RGB color space, #DB06D4 is composed of 86% red, 2% green, and 83% blue. In the HSL color space, it has a hue of 302°, saturation of 95%, and lightness of 44%.

HEX
#DB06D4
RGB
219, 6, 212
HSL
302°, 95%, 44%
HSV
302°, 97%, 86%
CMYK
0%, 97%, 3%, 14%
Name Match
Magenta
Closest Standard

Shades of #DB06D4 (Darker Variations)

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

Tints of #DB06D4 (Lighter Variations)

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

Tones of #DB06D4 (Muted Variations)

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

Color Harmonies for #DB06D4

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

Developer Code Snippets & Tailwind CSS

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

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