Magenta (Pink)
#CE14EB
RGB: 206, 20, 235
Color OverviewHEX #CE14EB

#CE14EB Color Code Information

In the RGB color space, #CE14EB is composed of 81% red, 8% green, and 92% blue. In the HSL color space, it has a hue of 292°, saturation of 84%, and lightness of 50%.

HEX
#CE14EB
RGB
206, 20, 235
HSL
292°, 84%, 50%
HSV
292°, 91%, 92%
CMYK
12%, 91%, 0%, 8%
Name Match
Magenta
Closest Standard

Shades of #CE14EB (Darker Variations)

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

Tints of #CE14EB (Lighter Variations)

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

Tones of #CE14EB (Muted Variations)

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

Color Harmonies for #CE14EB

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

Developer Code Snippets & Tailwind CSS

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

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