HSL(105, 32%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,32%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 32%, 60%) | color: hsl(105, 32%, 60%) | |
| HEX | #89BA78 | color: #89BA78 | |
| RGB | rgb(137, 186, 120) | color: rgb(137, 186, 120) | |
| CMYK | cmyk(26%, 0%, 35%, 27%) | — | |
| HSV | hsv(105, 35%, 73%) | — | |
| HWB | hwb(105 47% 27%) | color: hwb(105 47% 27%) | |
| OKLCH | oklch(0.7376 0.1055 137.88) | color: oklch(0.7376 0.1055 137.88) | |
| Lab | lab(70.73 -28.67 28.41) | color: lab(70.73 -28.67 28.41) | |
| LCH | lch(70.73 40.36 135.26) | color: lch(70.73 40.36 135.26) |
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)
#9E9F88 — rgb(158, 159, 136)
Deuteranopia (Green-blind)
#9B988C — rgb(155, 152, 140)
Tritanopia (Blue-blind)
#8B9597 — rgb(139, 149, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 32%, 60%);
text
color: hsl(105, 32%, 60%);
border
border: 2px solid hsl(105, 32%, 60%);
gradient light
background: linear-gradient(to right, hsl(105, 32%, 80%), hsl(105, 32%, 60%));
gradient dark
background: linear-gradient(to right, hsl(105, 32%, 60%), hsl(105, 32%, 40%))
hex
background-color: #89BA78;
tailwind
bg-[hsl(105,32%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 32%, 60%, 0.4);
css variable
--color-primary: hsl(105, 32%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 32%, 60%)?
HEX: #89BA78 | RGB: rgb(137, 186, 120) | CMYK: 26%, 0%, 35%, 27% | HSV: 105°, 35%, 73%. Copy any format from the conversion table above.
What colors go well with #89BA78?
The complementary color is HSL(285, 32%, 60%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 32%, 60%) in CSS?
As HSL: color: hsl(105, 32%, 60%); — As HEX: color: #89BA78; — As RGB: color: rgb(137, 186, 120); — Tailwind CSS: bg-[hsl(105,32%,60%)] — CSS variable: --color-primary: hsl(105, 32%, 60%);