HSL(132, 63%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,63%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 63%, 67%) | color: hsl(132, 63%, 67%) | |
| HEX | #76E08B | color: #76E08B | |
| RGB | rgb(118, 224, 139) | color: rgb(118, 224, 139) | |
| CMYK | cmyk(47%, 0%, 38%, 12%) | — | |
| HSV | hsv(132, 47%, 88%) | — | |
| HWB | hwb(132 47% 12%) | color: hwb(132 47% 12%) | |
| OKLCH | oklch(0.8221 0.1546 148.58) | color: oklch(0.8221 0.1546 148.58) | |
| Lab | lab(81.3 -48.56 32.39) | color: lab(81.3 -48.56 32.39) | |
| LCH | lch(81.3 58.37 146.3) | color: lch(81.3 58.37 146.3) |
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)
#A4A5A0 — rgb(164, 165, 160)
Deuteranopia (Green-blind)
#9E96A5 — rgb(158, 150, 165)
Tritanopia (Blue-blind)
#7BB0B3 — rgb(123, 176, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 63%, 67%);
text
color: hsl(132, 63%, 67%);
border
border: 2px solid hsl(132, 63%, 67%);
gradient light
background: linear-gradient(to right, hsl(132, 63%, 87%), hsl(132, 63%, 67%));
gradient dark
background: linear-gradient(to right, hsl(132, 63%, 67%), hsl(132, 63%, 47%))
hex
background-color: #76E08B;
tailwind
bg-[hsl(132,63%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 63%, 67%, 0.4);
css variable
--color-primary: hsl(132, 63%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 63%, 67%)?
HEX: #76E08B | RGB: rgb(118, 224, 139) | CMYK: 47%, 0%, 38%, 12% | HSV: 132°, 47%, 88%. Copy any format from the conversion table above.
What colors go well with #76E08B?
The complementary color is HSL(312, 63%, 67%). 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, 63%, 67%) in CSS?
As HSL: color: hsl(132, 63%, 67%); — As HEX: color: #76E08B; — As RGB: color: rgb(118, 224, 139); — Tailwind CSS: bg-[hsl(132,63%,67%)] — CSS variable: --color-primary: hsl(132, 63%, 67%);