Violet (Purple)
#FF75EF
RGB: 255, 117, 239
Color OverviewHEX #FF75EF

#FF75EF Color Code Information

In the RGB color space, #FF75EF is composed of 100% red, 46% green, and 94% blue. In the HSL color space, it has a hue of 307°, saturation of 100%, and lightness of 73%.

HEX
#FF75EF
RGB
255, 117, 239
HSL
307°, 100%, 73%
HSV
307°, 54%, 100%
CMYK
0%, 54%, 6%, 0%
Name Match
Violet
Closest Standard

Shades of #FF75EF (Darker Variations)

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

Tints of #FF75EF (Lighter Variations)

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

Tones of #FF75EF (Muted Variations)

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

Color Harmonies for #FF75EF

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

Developer Code Snippets & Tailwind CSS

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

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