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