HSL(131, 25%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,25%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 25%, 59%) | color: hsl(131, 25%, 59%) | |
| HEX | #7CB186 | color: #7CB186 | |
| RGB | rgb(124, 177, 134) | color: rgb(124, 177, 134) | |
| CMYK | cmyk(30%, 0%, 24%, 31%) | — | |
| HSV | hsv(131, 30%, 69%) | — | |
| HWB | hwb(131 48% 31%) | color: hwb(131 48% 31%) | |
| OKLCH | oklch(0.7114 0.0838 149.72) | color: oklch(0.7114 0.0838 149.72) | |
| Lab | lab(67.61 -26.38 16.55) | color: lab(67.61 -26.38 16.55) | |
| LCH | lch(67.61 31.14 147.9) | color: lch(67.61 31.14 147.9) |
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)
#939390 — rgb(147, 147, 144)
Deuteranopia (Green-blind)
#908C93 — rgb(144, 140, 147)
Tritanopia (Blue-blind)
#7F999A — rgb(127, 153, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 25%, 59%);
text
color: hsl(131, 25%, 59%);
border
border: 2px solid hsl(131, 25%, 59%);
gradient light
background: linear-gradient(to right, hsl(131, 25%, 79%), hsl(131, 25%, 59%));
gradient dark
background: linear-gradient(to right, hsl(131, 25%, 59%), hsl(131, 25%, 39%))
hex
background-color: #7CB186;
tailwind
bg-[hsl(131,25%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 25%, 59%, 0.4);
css variable
--color-primary: hsl(131, 25%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 25%, 59%)?
HEX: #7CB186 | RGB: rgb(124, 177, 134) | CMYK: 30%, 0%, 24%, 31% | HSV: 131°, 30%, 69%. Copy any format from the conversion table above.
What colors go well with #7CB186?
The complementary color is HSL(311, 25%, 59%). 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, 25%, 59%) in CSS?
As HSL: color: hsl(131, 25%, 59%); — As HEX: color: #7CB186; — As RGB: color: rgb(124, 177, 134); — Tailwind CSS: bg-[hsl(131,25%,59%)] — CSS variable: --color-primary: hsl(131, 25%, 59%);