HSL(131, 72%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,72%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 72%, 70%) | color: hsl(131, 72%, 70%) | |
| HEX | #7BEA90 | color: #7BEA90 | |
| RGB | rgb(123, 234, 144) | color: rgb(123, 234, 144) | |
| CMYK | cmyk(47%, 0%, 38%, 8%) | — | |
| HSV | hsv(131, 47%, 92%) | — | |
| HWB | hwb(131 49% 8%) | color: hwb(131 49% 8%) | |
| OKLCH | oklch(0.8491 0.1614 148.3) | color: oklch(0.8491 0.1614 148.3) | |
| Lab | lab(84.52 -50.56 34.13) | color: lab(84.52 -50.56 34.13) | |
| LCH | lch(84.52 61 145.98) | color: lch(84.52 61 145.98) |
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)
#ABACA6 — rgb(171, 172, 166)
Deuteranopia (Green-blind)
#A59CAB — rgb(165, 156, 171)
Tritanopia (Blue-blind)
#81B7BB — rgb(129, 183, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 72%, 70%);
text
color: hsl(131, 72%, 70%);
border
border: 2px solid hsl(131, 72%, 70%);
gradient light
background: linear-gradient(to right, hsl(131, 72%, 90%), hsl(131, 72%, 70%));
gradient dark
background: linear-gradient(to right, hsl(131, 72%, 70%), hsl(131, 72%, 50%))
hex
background-color: #7BEA90;
tailwind
bg-[hsl(131,72%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 72%, 70%, 0.4);
css variable
--color-primary: hsl(131, 72%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 72%, 70%)?
HEX: #7BEA90 | RGB: rgb(123, 234, 144) | CMYK: 47%, 0%, 38%, 8% | HSV: 131°, 47%, 92%. Copy any format from the conversion table above.
What colors go well with #7BEA90?
The complementary color is HSL(311, 72%, 70%). 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, 72%, 70%) in CSS?
As HSL: color: hsl(131, 72%, 70%); — As HEX: color: #7BEA90; — As RGB: color: rgb(123, 234, 144); — Tailwind CSS: bg-[hsl(131,72%,70%)] — CSS variable: --color-primary: hsl(131, 72%, 70%);