HSL(69, 50%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,50%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 50%, 41%) | color: hsl(69, 50%, 41%) | |
| HEX | #8D9D34 | color: #8D9D34 | |
| RGB | rgb(141, 157, 52) | color: rgb(141, 157, 52) | |
| CMYK | cmyk(10%, 0%, 67%, 38%) | — | |
| HSV | hsv(69, 67%, 62%) | — | |
| HWB | hwb(69 20% 38%) | color: hwb(69 20% 38%) | |
| OKLCH | oklch(0.6627 0.1297 117.52) | color: oklch(0.6627 0.1297 117.52) | |
| Lab | lab(61.68 -20.27 50.87) | color: lab(61.68 -20.27 50.87) | |
| LCH | lch(61.68 54.76 111.73) | color: lch(61.68 54.76 111.73) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#94944D — rgb(148, 148, 77)
Deuteranopia (Green-blind)
#939254 — rgb(147, 146, 84)
Tritanopia (Blue-blind)
#8E6166 — rgb(142, 97, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 50%, 41%);
text
color: hsl(69, 50%, 41%);
border
border: 2px solid hsl(69, 50%, 41%);
gradient light
background: linear-gradient(to right, hsl(69, 50%, 61%), hsl(69, 50%, 41%));
gradient dark
background: linear-gradient(to right, hsl(69, 50%, 41%), hsl(69, 50%, 21%))
hex
background-color: #8D9D34;
tailwind
bg-[hsl(69,50%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 50%, 41%, 0.4);
css variable
--color-primary: hsl(69, 50%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 50%, 41%)?
HEX: #8D9D34 | RGB: rgb(141, 157, 52) | CMYK: 10%, 0%, 67%, 38% | HSV: 69°, 67%, 62%. Copy any format from the conversion table above.
What colors go well with #8D9D34?
The complementary color is HSL(249, 50%, 41%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 50%, 41%) in CSS?
As HSL: color: hsl(69, 50%, 41%); — As HEX: color: #8D9D34; — As RGB: color: rgb(141, 157, 52); — Tailwind CSS: bg-[hsl(69,50%,41%)] — CSS variable: --color-primary: hsl(69, 50%, 41%);