HSL(148, 32%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(148,32%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 32%, 44%) | color: hsl(148, 32%, 44%) | |
| HEX | #4C946E | color: #4C946E | |
| RGB | rgb(76, 148, 110) | color: rgb(76, 148, 110) | |
| CMYK | cmyk(49%, 0%, 26%, 42%) | — | |
| HSV | hsv(148, 49%, 58%) | — | |
| HWB | hwb(148 30% 42%) | color: hwb(148 30% 42%) | |
| OKLCH | oklch(0.6088 0.0938 158.81) | color: oklch(0.6088 0.0938 158.81) | |
| Lab | lab(55.93 -31.77 13.27) | color: lab(55.93 -31.77 13.27) | |
| LCH | lch(55.93 34.43 157.33) | color: lch(55.93 34.43 157.33) |
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)
#6B6C77 — rgb(107, 108, 119)
Deuteranopia (Green-blind)
#676279 — rgb(103, 98, 121)
Tritanopia (Blue-blind)
#507E80 — rgb(80, 126, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 32%, 44%);
text
color: hsl(148, 32%, 44%);
border
border: 2px solid hsl(148, 32%, 44%);
gradient light
background: linear-gradient(to right, hsl(148, 32%, 64%), hsl(148, 32%, 44%));
gradient dark
background: linear-gradient(to right, hsl(148, 32%, 44%), hsl(148, 32%, 24%))
hex
background-color: #4C946E;
tailwind
bg-[hsl(148,32%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 32%, 44%, 0.4);
css variable
--color-primary: hsl(148, 32%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(148, 32%, 44%)?
HEX: #4C946E | RGB: rgb(76, 148, 110) | CMYK: 49%, 0%, 26%, 42% | HSV: 148°, 49%, 58%. Copy any format from the conversion table above.
What colors go well with #4C946E?
The complementary color is HSL(328, 32%, 44%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 32%, 44%) in CSS?
As HSL: color: hsl(148, 32%, 44%); — As HEX: color: #4C946E; — As RGB: color: rgb(76, 148, 110); — Tailwind CSS: bg-[hsl(148,32%,44%)] — CSS variable: --color-primary: hsl(148, 32%, 44%);