HSL(131, 85%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,85%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 85%, 65%) | color: hsl(131, 85%, 65%) | |
| HEX | #5AF276 | color: #5AF276 | |
| RGB | rgb(90, 242, 118) | color: rgb(90, 242, 118) | |
| CMYK | cmyk(63%, 0%, 51%, 5%) | — | |
| HSV | hsv(131, 63%, 95%) | — | |
| HWB | hwb(131 35% 5%) | color: hwb(131 35% 5%) | |
| OKLCH | oklch(0.853 0.2104 146.81) | color: oklch(0.853 0.2104 146.81) | |
| Lab | lab(85.49 -65.18 47.81) | color: lab(85.49 -65.18 47.81) | |
| LCH | lch(85.49 80.83 143.74) | color: lch(85.49 80.83 143.74) |
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)
#9C9D94 — rgb(156, 157, 148)
Deuteranopia (Green-blind)
#93889B — rgb(147, 136, 155)
Tritanopia (Blue-blind)
#62ACB1 — rgb(98, 172, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 85%, 65%);
text
color: hsl(131, 85%, 65%);
border
border: 2px solid hsl(131, 85%, 65%);
gradient light
background: linear-gradient(to right, hsl(131, 85%, 85%), hsl(131, 85%, 65%));
gradient dark
background: linear-gradient(to right, hsl(131, 85%, 65%), hsl(131, 85%, 45%))
hex
background-color: #5AF276;
tailwind
bg-[hsl(131,85%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 85%, 65%, 0.4);
css variable
--color-primary: hsl(131, 85%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 85%, 65%)?
HEX: #5AF276 | RGB: rgb(90, 242, 118) | CMYK: 63%, 0%, 51%, 5% | HSV: 131°, 63%, 95%. Copy any format from the conversion table above.
What colors go well with #5AF276?
The complementary color is HSL(311, 85%, 65%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 85%, 65%) in CSS?
As HSL: color: hsl(131, 85%, 65%); — As HEX: color: #5AF276; — As RGB: color: rgb(90, 242, 118); — Tailwind CSS: bg-[hsl(131,85%,65%)] — CSS variable: --color-primary: hsl(131, 85%, 65%);