Medium Violet Red (Pink)
#D507B6
RGB: 213, 7, 182
Color OverviewHEX #D507B6

#D507B6 Color Code Information

In the RGB color space, #D507B6 is composed of 84% red, 3% green, and 71% blue. In the HSL color space, it has a hue of 309°, saturation of 94%, and lightness of 43%.

HEX
#D507B6
RGB
213, 7, 182
HSL
309°, 94%, 43%
HSV
309°, 97%, 84%
CMYK
0%, 97%, 15%, 16%
Name Match
Medium Violet Red
Closest Standard

Shades of #D507B6 (Darker Variations)

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

Tints of #D507B6 (Lighter Variations)

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

Tones of #D507B6 (Muted Variations)

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

Color Harmonies for #D507B6

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

Developer Code Snippets & Tailwind CSS

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

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