HSL(95, 20%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,20%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 20%, 55%) | color: hsl(95, 20%, 55%) | |
| HEX | #88A375 | color: #88A375 | |
| RGB | rgb(136, 163, 117) | color: rgb(136, 163, 117) | |
| CMYK | cmyk(17%, 0%, 28%, 36%) | — | |
| HSV | hsv(95, 28%, 64%) | — | |
| HWB | hwb(95 46% 36%) | color: hwb(95 46% 36%) | |
| OKLCH | oklch(0.6826 0.0719 132.78) | color: oklch(0.6826 0.0719 132.78) | |
| Lab | lab(63.93 -18.03 20.9) | color: lab(63.93 -18.03 20.9) | |
| LCH | lch(63.93 27.6 130.78) | color: lch(63.93 27.6 130.78) |
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)
#949480 — rgb(148, 148, 128)
Deuteranopia (Green-blind)
#929083 — rgb(146, 144, 131)
Tritanopia (Blue-blind)
#89898B — rgb(137, 137, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 20%, 55%);
text
color: hsl(95, 20%, 55%);
border
border: 2px solid hsl(95, 20%, 55%);
gradient light
background: linear-gradient(to right, hsl(95, 20%, 75%), hsl(95, 20%, 55%));
gradient dark
background: linear-gradient(to right, hsl(95, 20%, 55%), hsl(95, 20%, 35%))
hex
background-color: #88A375;
tailwind
bg-[hsl(95,20%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 20%, 55%, 0.4);
css variable
--color-primary: hsl(95, 20%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 20%, 55%)?
HEX: #88A375 | RGB: rgb(136, 163, 117) | CMYK: 17%, 0%, 28%, 36% | HSV: 95°, 28%, 64%. Copy any format from the conversion table above.
What colors go well with #88A375?
The complementary color is HSL(275, 20%, 55%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 20%, 55%) in CSS?
As HSL: color: hsl(95, 20%, 55%); — As HEX: color: #88A375; — As RGB: color: rgb(136, 163, 117); — Tailwind CSS: bg-[hsl(95,20%,55%)] — CSS variable: --color-primary: hsl(95, 20%, 55%);