HSL(117, 15%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(117,15%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 15%, 60%) | color: hsl(117, 15%, 60%) | |
| HEX | #8BA88A | color: #8BA88A | |
| RGB | rgb(139, 168, 138) | color: rgb(139, 168, 138) | |
| CMYK | cmyk(17%, 0%, 18%, 34%) | — | |
| HSV | hsv(118, 18%, 66%) | — | |
| HWB | hwb(118 54% 34%) | color: hwb(118 54% 34%) | |
| OKLCH | oklch(0.7012 0.0538 144.11) | color: oklch(0.7012 0.0538 144.11) | |
| Lab | lab(66 -15.94 12.24) | color: lab(66 -15.94 12.24) | |
| LCH | lch(66 20.1 142.48) | color: lch(66 20.1 142.48) |
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)
#989891 — rgb(152, 152, 145)
Deuteranopia (Green-blind)
#969493 — rgb(150, 148, 147)
Tritanopia (Blue-blind)
#8C9798 — rgb(140, 151, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 15%, 60%);
text
color: hsl(117, 15%, 60%);
border
border: 2px solid hsl(117, 15%, 60%);
gradient light
background: linear-gradient(to right, hsl(117, 15%, 80%), hsl(117, 15%, 60%));
gradient dark
background: linear-gradient(to right, hsl(117, 15%, 60%), hsl(117, 15%, 40%))
hex
background-color: #8BA88A;
tailwind
bg-[hsl(117,15%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 15%, 60%, 0.4);
css variable
--color-primary: hsl(117, 15%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 15%, 60%)?
HEX: #8BA88A | RGB: rgb(139, 168, 138) | CMYK: 17%, 0%, 18%, 34% | HSV: 118°, 18%, 66%. Copy any format from the conversion table above.
What colors go well with #8BA88A?
The complementary color is HSL(297, 15%, 60%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 15%, 60%) in CSS?
As HSL: color: hsl(117, 15%, 60%); — As HEX: color: #8BA88A; — As RGB: color: rgb(139, 168, 138); — Tailwind CSS: bg-[hsl(117,15%,60%)] — CSS variable: --color-primary: hsl(117, 15%, 60%);