HSL(93, 46%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,46%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 46%, 55%) | color: hsl(93, 46%, 55%) | |
| HEX | #87C157 | color: #87C157 | |
| RGB | rgb(135, 193, 87) | color: rgb(135, 193, 87) | |
| CMYK | cmyk(30%, 0%, 55%, 24%) | — | |
| HSV | hsv(93, 55%, 76%) | — | |
| HWB | hwb(93 34% 24%) | color: hwb(93 34% 24%) | |
| OKLCH | oklch(0.7478 0.1508 132.81) | color: oklch(0.7478 0.1508 132.81) | |
| Lab | lab(72.21 -36.87 46.81) | color: lab(72.21 -36.87 46.81) | |
| LCH | lch(72.21 59.59 128.23) | color: lch(72.21 59.59 128.23) |
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)
#A0A171 — rgb(160, 161, 113)
Deuteranopia (Green-blind)
#9D9877 — rgb(157, 152, 119)
Tritanopia (Blue-blind)
#8A8589 — rgb(138, 133, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 46%, 55%);
text
color: hsl(93, 46%, 55%);
border
border: 2px solid hsl(93, 46%, 55%);
gradient light
background: linear-gradient(to right, hsl(93, 46%, 75%), hsl(93, 46%, 55%));
gradient dark
background: linear-gradient(to right, hsl(93, 46%, 55%), hsl(93, 46%, 35%))
hex
background-color: #87C157;
tailwind
bg-[hsl(93,46%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 46%, 55%, 0.4);
css variable
--color-primary: hsl(93, 46%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 46%, 55%)?
HEX: #87C157 | RGB: rgb(135, 193, 87) | CMYK: 30%, 0%, 55%, 24% | HSV: 93°, 55%, 76%. Copy any format from the conversion table above.
What colors go well with #87C157?
The complementary color is HSL(273, 46%, 55%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 46%, 55%) in CSS?
As HSL: color: hsl(93, 46%, 55%); — As HEX: color: #87C157; — As RGB: color: rgb(135, 193, 87); — Tailwind CSS: bg-[hsl(93,46%,55%)] — CSS variable: --color-primary: hsl(93, 46%, 55%);