HSL(132, 34%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,34%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 34%, 53%) | color: hsl(132, 34%, 53%) | |
| HEX | #5EB06F | color: #5EB06F | |
| RGB | rgb(94, 176, 111) | color: rgb(94, 176, 111) | |
| CMYK | cmyk(47%, 0%, 37%, 31%) | — | |
| HSV | hsv(132, 47%, 69%) | — | |
| HWB | hwb(132 37% 31%) | color: hwb(132 37% 31%) | |
| OKLCH | oklch(0.6882 0.1248 148.97) | color: oklch(0.6882 0.1248 148.97) | |
| Lab | lab(65.42 -39.32 25.75) | color: lab(65.42 -39.32 25.75) | |
| LCH | lch(65.42 47 146.78) | color: lch(65.42 47 146.78) |
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)
#82827F — rgb(130, 130, 127)
Deuteranopia (Green-blind)
#7D7783 — rgb(125, 119, 131)
Tritanopia (Blue-blind)
#628B8E — rgb(98, 139, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 34%, 53%);
text
color: hsl(132, 34%, 53%);
border
border: 2px solid hsl(132, 34%, 53%);
gradient light
background: linear-gradient(to right, hsl(132, 34%, 73%), hsl(132, 34%, 53%));
gradient dark
background: linear-gradient(to right, hsl(132, 34%, 53%), hsl(132, 34%, 33%))
hex
background-color: #5EB06F;
tailwind
bg-[hsl(132,34%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 34%, 53%, 0.4);
css variable
--color-primary: hsl(132, 34%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 34%, 53%)?
HEX: #5EB06F | RGB: rgb(94, 176, 111) | CMYK: 47%, 0%, 37%, 31% | HSV: 132°, 47%, 69%. Copy any format from the conversion table above.
What colors go well with #5EB06F?
The complementary color is HSL(312, 34%, 53%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 34%, 53%) in CSS?
As HSL: color: hsl(132, 34%, 53%); — As HEX: color: #5EB06F; — As RGB: color: rgb(94, 176, 111); — Tailwind CSS: bg-[hsl(132,34%,53%)] — CSS variable: --color-primary: hsl(132, 34%, 53%);