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