Orchid (Purple)
#E548DD
RGB: 229, 72, 221
Color OverviewHEX #E548DD
#E548DD Color Code Information
In the RGB color space, #E548DD is composed of 90% red, 28% green, and 87% blue. In the HSL color space, it has a hue of 303°, saturation of 75%, and lightness of 59%.
HEX
#E548DD
RGB
229, 72, 221
HSL
303°, 75%, 59%
HSV
303°, 69%, 90%
CMYK
0%, 69%, 3%, 10%
Name Match
Orchid
Closest StandardShades of #E548DD (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E548DD (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E548DD (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E548DD
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #E548DD Background
Contrast Ratio against Pure White (#FFFFFF):3.33 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E548DD Background
Contrast Ratio against Pure Black (#000000):6.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E548DD;
}
.element {
color: #E548DD;
background-color: #E548DD;
border-color: #E548DD;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E548DD] text-[#E548DD] border-[#E548DD]"> Content styled with #E548DD </div>