HSL(93, 30%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,30%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 30%, 59%) | color: hsl(93, 30%, 59%) | |
| HEX | #93B677 | color: #93B677 | |
| RGB | rgb(147, 182, 119) | color: rgb(147, 182, 119) | |
| CMYK | cmyk(19%, 0%, 35%, 29%) | — | |
| HSV | hsv(93, 35%, 71%) | — | |
| HWB | hwb(93 46% 29%) | color: hwb(93 46% 29%) | |
| OKLCH | oklch(0.7346 0.0948 131.98) | color: oklch(0.7346 0.0948 131.98) | |
| Lab | lab(70.17 -23.26 28.31) | color: lab(70.17 -23.26 28.31) | |
| LCH | lch(70.17 36.64 129.41) | color: lch(70.17 36.64 129.41) |
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)
#A2A286 — rgb(162, 162, 134)
Deuteranopia (Green-blind)
#A09E8A — rgb(160, 158, 138)
Tritanopia (Blue-blind)
#959295 — rgb(149, 146, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 30%, 59%);
text
color: hsl(93, 30%, 59%);
border
border: 2px solid hsl(93, 30%, 59%);
gradient light
background: linear-gradient(to right, hsl(93, 30%, 79%), hsl(93, 30%, 59%));
gradient dark
background: linear-gradient(to right, hsl(93, 30%, 59%), hsl(93, 30%, 39%))
hex
background-color: #93B677;
tailwind
bg-[hsl(93,30%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 30%, 59%, 0.4);
css variable
--color-primary: hsl(93, 30%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 30%, 59%)?
HEX: #93B677 | RGB: rgb(147, 182, 119) | CMYK: 19%, 0%, 35%, 29% | HSV: 93°, 35%, 71%. Copy any format from the conversion table above.
What colors go well with #93B677?
The complementary color is HSL(273, 30%, 59%). 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, 30%, 59%) in CSS?
As HSL: color: hsl(93, 30%, 59%); — As HEX: color: #93B677; — As RGB: color: rgb(147, 182, 119); — Tailwind CSS: bg-[hsl(93,30%,59%)] — CSS variable: --color-primary: hsl(93, 30%, 59%);