HSL(130, 89%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,89%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 89%, 66%) | color: hsl(130, 89%, 66%) | |
| HEX | #5BF575 | color: #5BF575 | |
| RGB | rgb(91, 245, 117) | color: rgb(91, 245, 117) | |
| CMYK | cmyk(63%, 0%, 52%, 4%) | — | |
| HSV | hsv(130, 63%, 96%) | — | |
| HWB | hwb(130 36% 4%) | color: hwb(130 36% 4%) | |
| OKLCH | oklch(0.8606 0.2146 146.44) | color: oklch(0.8606 0.2146 146.44) | |
| Lab | lab(86.41 -66.18 49.4) | color: lab(86.41 -66.18 49.4) | |
| LCH | lch(86.41 82.58 143.26) | color: lch(86.41 82.58 143.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)
#9E9F94 — rgb(158, 159, 148)
Deuteranopia (Green-blind)
#95899B — rgb(149, 137, 155)
Tritanopia (Blue-blind)
#63ACB2 — rgb(99, 172, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 89%, 66%);
text
color: hsl(130, 89%, 66%);
border
border: 2px solid hsl(130, 89%, 66%);
gradient light
background: linear-gradient(to right, hsl(130, 89%, 86%), hsl(130, 89%, 66%));
gradient dark
background: linear-gradient(to right, hsl(130, 89%, 66%), hsl(130, 89%, 46%))
hex
background-color: #5BF575;
tailwind
bg-[hsl(130,89%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 89%, 66%, 0.4);
css variable
--color-primary: hsl(130, 89%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(130, 89%, 66%)?
HEX: #5BF575 | RGB: rgb(91, 245, 117) | CMYK: 63%, 0%, 52%, 4% | HSV: 130°, 63%, 96%. Copy any format from the conversion table above.
What colors go well with #5BF575?
The complementary color is HSL(310, 89%, 66%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 89%, 66%) in CSS?
As HSL: color: hsl(130, 89%, 66%); — As HEX: color: #5BF575; — As RGB: color: rgb(91, 245, 117); — Tailwind CSS: bg-[hsl(130,89%,66%)] — CSS variable: --color-primary: hsl(130, 89%, 66%);