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