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