Medium Violet Red (Pink)
#CA4E9B
RGB: 202, 78, 155
Color OverviewHEX #CA4E9B
#CA4E9B Color Code Information
In the RGB color space, #CA4E9B is composed of 79% red, 31% green, and 61% blue. In the HSL color space, it has a hue of 323°, saturation of 54%, and lightness of 55%.
HEX
#CA4E9B
RGB
202, 78, 155
HSL
323°, 54%, 55%
HSV
323°, 61%, 79%
CMYK
0%, 61%, 23%, 21%
Name Match
Medium Violet Red
Closest StandardShades of #CA4E9B (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CA4E9B (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CA4E9B (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CA4E9B
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 #CA4E9B Background
Contrast Ratio against Pure White (#FFFFFF):4.14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CA4E9B Background
Contrast Ratio against Pure Black (#000000):5.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CA4E9B;
}
.element {
color: #CA4E9B;
background-color: #CA4E9B;
border-color: #CA4E9B;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CA4E9B] text-[#CA4E9B] border-[#CA4E9B]"> Content styled with #CA4E9B </div>