HSL(118, 30%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(118,30%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 30%, 64%) | color: hsl(118, 30%, 64%) | |
| HEX | #89BF88 | color: #89BF88 | |
| RGB | rgb(137, 191, 136) | color: rgb(137, 191, 136) | |
| CMYK | cmyk(28%, 0%, 29%, 25%) | — | |
| HSV | hsv(119, 29%, 75%) | — | |
| HWB | hwb(119 53% 25%) | color: hwb(119 53% 25%) | |
| OKLCH | oklch(0.7526 0.0961 144.12) | color: oklch(0.7526 0.0961 144.12) | |
| Lab | lab(72.47 -28.52 22.26) | color: lab(72.47 -28.52 22.26) | |
| LCH | lch(72.47 36.18 142.03) | color: lch(72.47 36.18 142.03) |
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)
#A0A195 — rgb(160, 161, 149)
Deuteranopia (Green-blind)
#9D9999 — rgb(157, 153, 153)
Tritanopia (Blue-blind)
#8CA0A2 — rgb(140, 160, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 30%, 64%);
text
color: hsl(118, 30%, 64%);
border
border: 2px solid hsl(118, 30%, 64%);
gradient light
background: linear-gradient(to right, hsl(118, 30%, 84%), hsl(118, 30%, 64%));
gradient dark
background: linear-gradient(to right, hsl(118, 30%, 64%), hsl(118, 30%, 44%))
hex
background-color: #89BF88;
tailwind
bg-[hsl(118,30%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 30%, 64%, 0.4);
css variable
--color-primary: hsl(118, 30%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(118, 30%, 64%)?
HEX: #89BF88 | RGB: rgb(137, 191, 136) | CMYK: 28%, 0%, 29%, 25% | HSV: 119°, 29%, 75%. Copy any format from the conversion table above.
What colors go well with #89BF88?
The complementary color is HSL(298, 30%, 64%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 30%, 64%) in CSS?
As HSL: color: hsl(118, 30%, 64%); — As HEX: color: #89BF88; — As RGB: color: rgb(137, 191, 136); — Tailwind CSS: bg-[hsl(118,30%,64%)] — CSS variable: --color-primary: hsl(118, 30%, 64%);