Orchid (Purple)
#CE4DE1
RGB: 206, 77, 225
Color OverviewHEX #CE4DE1

#CE4DE1 Color Code Information

In the RGB color space, #CE4DE1 is composed of 81% red, 30% green, and 88% blue. In the HSL color space, it has a hue of 292°, saturation of 71%, and lightness of 59%.

HEX
#CE4DE1
RGB
206, 77, 225
HSL
292°, 71%, 59%
HSV
292°, 66%, 88%
CMYK
8%, 66%, 0%, 12%
Name Match
Orchid
Closest Standard

Shades of #CE4DE1 (Darker Variations)

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

Tints of #CE4DE1 (Lighter Variations)

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

Tones of #CE4DE1 (Muted Variations)

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

Color Harmonies for #CE4DE1

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

Developer Code Snippets & Tailwind CSS

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

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