Emerald (Green)
#6ED495
RGB: 110, 212, 149
Color OverviewHEX #6ED495

#6ED495 Color Code Information

In the RGB color space, #6ED495 is composed of 43% red, 83% green, and 58% blue. In the HSL color space, it has a hue of 143°, saturation of 54%, and lightness of 63%.

HEX
#6ED495
RGB
110, 212, 149
HSL
143°, 54%, 63%
HSV
143°, 48%, 83%
CMYK
48%, 0%, 30%, 17%
Name Match
Emerald
Closest Standard

Shades of #6ED495 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #6ED495 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #6ED495 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #6ED495

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #6ED495 Background
Contrast Ratio against Pure White (#FFFFFF):1.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #6ED495 Background
Contrast Ratio against Pure Black (#000000):11.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #6ED495;
}

.element {
  color: #6ED495;
  background-color: #6ED495;
  border-color: #6ED495;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#6ED495] text-[#6ED495] border-[#6ED495]">
  Content styled with #6ED495
</div>