Lemon (Yellow)
#D6F50A
RGB: 214, 245, 10
Color OverviewHEX #D6F50A

#D6F50A Color Code Information

In the RGB color space, #D6F50A is composed of 84% red, 96% green, and 4% blue. In the HSL color space, it has a hue of 68°, saturation of 92%, and lightness of 50%.

HEX
#D6F50A
RGB
214, 245, 10
HSL
68°, 92%, 50%
HSV
68°, 96%, 96%
CMYK
13%, 0%, 96%, 4%
Name Match
Lemon
Closest Standard

Shades of #D6F50A (Darker Variations)

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

Tints of #D6F50A (Lighter Variations)

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

Tones of #D6F50A (Muted Variations)

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

Color Harmonies for #D6F50A

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

Developer Code Snippets & Tailwind CSS

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

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