HSL(106, 26%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,26%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 26%, 43%) | color: hsl(106, 26%, 43%) | |
| HEX | #5E8A51 | color: #5E8A51 | |
| RGB | rgb(94, 138, 81) | color: rgb(94, 138, 81) | |
| CMYK | cmyk(32%, 0%, 41%, 46%) | — | |
| HSV | hsv(106, 41%, 54%) | — | |
| HWB | hwb(106 32% 46%) | color: hwb(106 32% 46%) | |
| OKLCH | oklch(0.5866 0.0966 138.76) | color: oklch(0.5866 0.0966 138.76) | |
| Lab | lab(53.11 -26.57 25.83) | color: lab(53.11 -26.57 25.83) | |
| LCH | lch(53.11 37.06 135.81) | color: lch(53.11 37.06 135.81) |
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)
#71715F — rgb(113, 113, 95)
Deuteranopia (Green-blind)
#6F6B62 — rgb(111, 107, 98)
Tritanopia (Blue-blind)
#606A6C — rgb(96, 106, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 26%, 43%);
text
color: hsl(106, 26%, 43%);
border
border: 2px solid hsl(106, 26%, 43%);
gradient light
background: linear-gradient(to right, hsl(106, 26%, 63%), hsl(106, 26%, 43%));
gradient dark
background: linear-gradient(to right, hsl(106, 26%, 43%), hsl(106, 26%, 23%))
hex
background-color: #5E8A51;
tailwind
bg-[hsl(106,26%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 26%, 43%, 0.4);
css variable
--color-primary: hsl(106, 26%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 26%, 43%)?
HEX: #5E8A51 | RGB: rgb(94, 138, 81) | CMYK: 32%, 0%, 41%, 46% | HSV: 106°, 41%, 54%. Copy any format from the conversion table above.
What colors go well with #5E8A51?
The complementary color is HSL(286, 26%, 43%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 26%, 43%) in CSS?
As HSL: color: hsl(106, 26%, 43%); — As HEX: color: #5E8A51; — As RGB: color: rgb(94, 138, 81); — Tailwind CSS: bg-[hsl(106,26%,43%)] — CSS variable: --color-primary: hsl(106, 26%, 43%);