Emerald (Green)
#7CD473
RGB: 124, 212, 115
Color OverviewHEX #7CD473
#7CD473 Color Code Information
In the RGB color space, #7CD473 is composed of 49% red, 83% green, and 45% blue. In the HSL color space, it has a hue of 114°, saturation of 53%, and lightness of 64%.
HEX
#7CD473
RGB
124, 212, 115
HSL
114°, 53%, 64%
HSV
114°, 46%, 83%
CMYK
42%, 0%, 46%, 17%
Name Match
Emerald
Closest StandardShades of #7CD473 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #7CD473 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #7CD473 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #7CD473
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 #7CD473 Background
Contrast Ratio against Pure White (#FFFFFF):1.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7CD473 Background
Contrast Ratio against Pure Black (#000000):11.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #7CD473;
}
.element {
color: #7CD473;
background-color: #7CD473;
border-color: #7CD473;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#7CD473] text-[#7CD473] border-[#7CD473]"> Content styled with #7CD473 </div>