HSL(132, 68%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,68%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 68%, 58%) | color: hsl(132, 68%, 58%) | |
| HEX | #4BDD68 | color: #4BDD68 | |
| RGB | rgb(75, 221, 104) | color: rgb(75, 221, 104) | |
| CMYK | cmyk(66%, 0%, 53%, 13%) | — | |
| HSV | hsv(132, 66%, 87%) | — | |
| HWB | hwb(132 30% 13%) | color: hwb(132 30% 13%) | |
| OKLCH | oklch(0.7944 0.2015 146.89) | color: oklch(0.7944 0.2015 146.89) | |
| Lab | lab(78.58 -62.56 45.87) | color: lab(78.58 -62.56 45.87) | |
| LCH | lch(78.58 77.57 143.75) | color: lch(78.58 77.57 143.75) |
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)
#8A8C84 — rgb(138, 140, 132)
Deuteranopia (Green-blind)
#82778B — rgb(130, 119, 139)
Tritanopia (Blue-blind)
#529BA0 — rgb(82, 155, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 68%, 58%);
text
color: hsl(132, 68%, 58%);
border
border: 2px solid hsl(132, 68%, 58%);
gradient light
background: linear-gradient(to right, hsl(132, 68%, 78%), hsl(132, 68%, 58%));
gradient dark
background: linear-gradient(to right, hsl(132, 68%, 58%), hsl(132, 68%, 38%))
hex
background-color: #4BDD68;
tailwind
bg-[hsl(132,68%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 68%, 58%, 0.4);
css variable
--color-primary: hsl(132, 68%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 68%, 58%)?
HEX: #4BDD68 | RGB: rgb(75, 221, 104) | CMYK: 66%, 0%, 53%, 13% | HSV: 132°, 66%, 87%. Copy any format from the conversion table above.
What colors go well with #4BDD68?
The complementary color is HSL(312, 68%, 58%). 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, 68%, 58%) in CSS?
As HSL: color: hsl(132, 68%, 58%); — As HEX: color: #4BDD68; — As RGB: color: rgb(75, 221, 104); — Tailwind CSS: bg-[hsl(132,68%,58%)] — CSS variable: --color-primary: hsl(132, 68%, 58%);