HSL(128, 27%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,27%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 27%, 55%) | color: hsl(128, 27%, 55%) | |
| HEX | #6DAB76 | color: #6DAB76 | |
| RGB | rgb(109, 171, 118) | color: rgb(109, 171, 118) | |
| CMYK | cmyk(36%, 0%, 31%, 33%) | — | |
| HSV | hsv(129, 36%, 67%) | — | |
| HWB | hwb(129 43% 33%) | color: hwb(129 43% 33%) | |
| OKLCH | oklch(0.6848 0.1007 147.96) | color: oklch(0.6848 0.1007 147.96) | |
| Lab | lab(64.71 -31.26 21.15) | color: lab(64.71 -31.26 21.15) | |
| LCH | lch(64.71 37.74 145.92) | color: lch(64.71 37.74 145.92) |
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)
#888883 — rgb(136, 136, 131)
Deuteranopia (Green-blind)
#848086 — rgb(132, 128, 134)
Tritanopia (Blue-blind)
#708D8F — rgb(112, 141, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 27%, 55%);
text
color: hsl(128, 27%, 55%);
border
border: 2px solid hsl(128, 27%, 55%);
gradient light
background: linear-gradient(to right, hsl(128, 27%, 75%), hsl(128, 27%, 55%));
gradient dark
background: linear-gradient(to right, hsl(128, 27%, 55%), hsl(128, 27%, 35%))
hex
background-color: #6DAB76;
tailwind
bg-[hsl(128,27%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 27%, 55%, 0.4);
css variable
--color-primary: hsl(128, 27%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 27%, 55%)?
HEX: #6DAB76 | RGB: rgb(109, 171, 118) | CMYK: 36%, 0%, 31%, 33% | HSV: 129°, 36%, 67%. Copy any format from the conversion table above.
What colors go well with #6DAB76?
The complementary color is HSL(308, 27%, 55%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 27%, 55%) in CSS?
As HSL: color: hsl(128, 27%, 55%); — As HEX: color: #6DAB76; — As RGB: color: rgb(109, 171, 118); — Tailwind CSS: bg-[hsl(128,27%,55%)] — CSS variable: --color-primary: hsl(128, 27%, 55%);