Olive Drab (Green)
#7DC83F
RGB: 125, 200, 63
Color OverviewHEX #7DC83F

#7DC83F Color Code Information

In the RGB color space, #7DC83F is composed of 49% red, 78% green, and 25% blue. In the HSL color space, it has a hue of 93°, saturation of 55%, and lightness of 52%.

HEX
#7DC83F
RGB
125, 200, 63
HSL
93°, 55%, 52%
HSV
93°, 69%, 78%
CMYK
37%, 0%, 69%, 22%
Name Match
Olive Drab
Closest Standard

Shades of #7DC83F (Darker Variations)

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

Tints of #7DC83F (Lighter Variations)

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

Tones of #7DC83F (Muted Variations)

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

Color Harmonies for #7DC83F

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 #7DC83F Background
Contrast Ratio against Pure White (#FFFFFF):2.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7DC83F Background
Contrast Ratio against Pure Black (#000000):10.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #7DC83F;
}

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