HSL(131, 94%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,94%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 94%, 37%) | color: hsl(131, 94%, 37%) | |
| HEX | #06B726 | color: #06B726 | |
| RGB | rgb(6, 183, 38) | color: rgb(6, 183, 38) | |
| CMYK | cmyk(97%, 0%, 79%, 28%) | — | |
| HSV | hsv(131, 97%, 72%) | — | |
| HWB | hwb(131 2% 28%) | color: hwb(131 2% 28%) | |
| OKLCH | oklch(0.677 0.2188 143.9) | color: oklch(0.677 0.2188 143.9) | |
| Lab | lab(65 -65.45 57.7) | color: lab(65 -65.45 57.7) | |
| LCH | lch(65 87.25 138.6) | color: lch(65 87.25 138.6) |
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)
#535449 — rgb(83, 84, 73)
Deuteranopia (Green-blind)
#483B52 — rgb(72, 59, 82)
Tritanopia (Blue-blind)
#0F656B — rgb(15, 101, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 94%, 37%);
text
color: hsl(131, 94%, 37%);
border
border: 2px solid hsl(131, 94%, 37%);
gradient light
background: linear-gradient(to right, hsl(131, 94%, 57%), hsl(131, 94%, 37%));
gradient dark
background: linear-gradient(to right, hsl(131, 94%, 37%), hsl(131, 94%, 17%))
hex
background-color: #06B726;
tailwind
bg-[hsl(131,94%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 94%, 37%, 0.4);
css variable
--color-primary: hsl(131, 94%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 94%, 37%)?
HEX: #06B726 | RGB: rgb(6, 183, 38) | CMYK: 97%, 0%, 79%, 28% | HSV: 131°, 97%, 72%. Copy any format from the conversion table above.
What colors go well with #06B726?
The complementary color is HSL(311, 94%, 37%). 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, 94%, 37%) in CSS?
As HSL: color: hsl(131, 94%, 37%); — As HEX: color: #06B726; — As RGB: color: rgb(6, 183, 38); — Tailwind CSS: bg-[hsl(131,94%,37%)] — CSS variable: --color-primary: hsl(131, 94%, 37%);