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