HSL(93, 30%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,30%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 30%, 50%) | color: hsl(93, 30%, 50%) | |
| HEX | #7CA659 | color: #7CA659 | |
| RGB | rgb(124, 166, 89) | color: rgb(124, 166, 89) | |
| CMYK | cmyk(25%, 0%, 46%, 35%) | — | |
| HSV | hsv(93, 46%, 65%) | — | |
| HWB | hwb(93 35% 35%) | color: hwb(93 35% 35%) | |
| OKLCH | oklch(0.6763 0.1152 132.21) | color: oklch(0.6763 0.1152 132.21) | |
| Lab | lab(63.57 -28.05 35.23) | color: lab(63.57 -28.05 35.23) | |
| LCH | lch(63.57 45.03 128.53) | color: lch(63.57 45.03 128.53) |
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)
#8E8F6C — rgb(142, 143, 108)
Deuteranopia (Green-blind)
#8C8970 — rgb(140, 137, 112)
Tritanopia (Blue-blind)
#7E7A7E — rgb(126, 122, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 30%, 50%);
text
color: hsl(93, 30%, 50%);
border
border: 2px solid hsl(93, 30%, 50%);
gradient light
background: linear-gradient(to right, hsl(93, 30%, 70%), hsl(93, 30%, 50%));
gradient dark
background: linear-gradient(to right, hsl(93, 30%, 50%), hsl(93, 30%, 30%))
hex
background-color: #7CA659;
tailwind
bg-[hsl(93,30%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 30%, 50%, 0.4);
css variable
--color-primary: hsl(93, 30%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 30%, 50%)?
HEX: #7CA659 | RGB: rgb(124, 166, 89) | CMYK: 25%, 0%, 46%, 35% | HSV: 93°, 46%, 65%. Copy any format from the conversion table above.
What colors go well with #7CA659?
The complementary color is HSL(273, 30%, 50%). 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%, 50%) in CSS?
As HSL: color: hsl(93, 30%, 50%); — As HEX: color: #7CA659; — As RGB: color: rgb(124, 166, 89); — Tailwind CSS: bg-[hsl(93,30%,50%)] — CSS variable: --color-primary: hsl(93, 30%, 50%);