Violet (Purple)
#CF85FA
RGB: 207, 133, 250
Color OverviewHEX #CF85FA

#CF85FA Color Code Information

In the RGB color space, #CF85FA is composed of 81% red, 52% green, and 98% blue. In the HSL color space, it has a hue of 278°, saturation of 92%, and lightness of 75%.

HEX
#CF85FA
RGB
207, 133, 250
HSL
278°, 92%, 75%
HSV
278°, 47%, 98%
CMYK
17%, 47%, 0%, 2%
Name Match
Violet
Closest Standard

Shades of #CF85FA (Darker Variations)

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

Tints of #CF85FA (Lighter Variations)

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

Tones of #CF85FA (Muted Variations)

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

Color Harmonies for #CF85FA

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

Developer Code Snippets & Tailwind CSS

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

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