HSL(121, 30%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,30%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 30%, 66%) | color: hsl(121, 30%, 66%) | |
| HEX | #8EC28F | color: #8EC28F | |
| RGB | rgb(142, 194, 143) | color: rgb(142, 194, 143) | |
| CMYK | cmyk(27%, 0%, 26%, 24%) | — | |
| HSV | hsv(121, 27%, 76%) | — | |
| HWB | hwb(121 55% 24%) | color: hwb(121 55% 24%) | |
| OKLCH | oklch(0.7641 0.0903 145.09) | color: oklch(0.7641 0.0903 145.09) | |
| Lab | lab(73.75 -27.1 20.32) | color: lab(73.75 -27.1 20.32) | |
| LCH | lch(73.75 33.87 143.14) | color: lch(73.75 33.87 143.14) |
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)
#A5A59B — rgb(165, 165, 155)
Deuteranopia (Green-blind)
#A29E9E — rgb(162, 158, 158)
Tritanopia (Blue-blind)
#91A5A7 — rgb(145, 165, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 30%, 66%);
text
color: hsl(121, 30%, 66%);
border
border: 2px solid hsl(121, 30%, 66%);
gradient light
background: linear-gradient(to right, hsl(121, 30%, 86%), hsl(121, 30%, 66%));
gradient dark
background: linear-gradient(to right, hsl(121, 30%, 66%), hsl(121, 30%, 46%))
hex
background-color: #8EC28F;
tailwind
bg-[hsl(121,30%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 30%, 66%, 0.4);
css variable
--color-primary: hsl(121, 30%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 30%, 66%)?
HEX: #8EC28F | RGB: rgb(142, 194, 143) | CMYK: 27%, 0%, 26%, 24% | HSV: 121°, 27%, 76%. Copy any format from the conversion table above.
What colors go well with #8EC28F?
The complementary color is HSL(301, 30%, 66%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 30%, 66%) in CSS?
As HSL: color: hsl(121, 30%, 66%); — As HEX: color: #8EC28F; — As RGB: color: rgb(142, 194, 143); — Tailwind CSS: bg-[hsl(121,30%,66%)] — CSS variable: --color-primary: hsl(121, 30%, 66%);