HSL(147, 62%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,62%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 62%, 74%) | color: hsl(147, 62%, 74%) | |
| HEX | #94E6B9 | color: #94E6B9 | |
| RGB | rgb(148, 230, 185) | color: rgb(148, 230, 185) | |
| CMYK | cmyk(36%, 0%, 20%, 10%) | — | |
| HSV | hsv(147, 36%, 90%) | — | |
| HWB | hwb(147 58% 10%) | color: hwb(147 58% 10%) | |
| OKLCH | oklch(0.86 0.1025 159.25) | color: oklch(0.86 0.1025 159.25) | |
| Lab | lab(85.19 -34.55 14.13) | color: lab(85.19 -34.55 14.13) | |
| LCH | lch(85.19 37.33 157.76) | color: lch(85.19 37.33 157.76) |
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)
#B8B8C4 — rgb(184, 184, 196)
Deuteranopia (Green-blind)
#B3ADC7 — rgb(179, 173, 199)
Tritanopia (Blue-blind)
#98CCCE — rgb(152, 204, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 62%, 74%);
text
color: hsl(147, 62%, 74%);
border
border: 2px solid hsl(147, 62%, 74%);
gradient light
background: linear-gradient(to right, hsl(147, 62%, 94%), hsl(147, 62%, 74%));
gradient dark
background: linear-gradient(to right, hsl(147, 62%, 74%), hsl(147, 62%, 54%))
hex
background-color: #94E6B9;
tailwind
bg-[hsl(147,62%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 62%, 74%, 0.4);
css variable
--color-primary: hsl(147, 62%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 62%, 74%)?
HEX: #94E6B9 | RGB: rgb(148, 230, 185) | CMYK: 36%, 0%, 20%, 10% | HSV: 147°, 36%, 90%. Copy any format from the conversion table above.
What colors go well with #94E6B9?
The complementary color is HSL(327, 62%, 74%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 62%, 74%) in CSS?
As HSL: color: hsl(147, 62%, 74%); — As HEX: color: #94E6B9; — As RGB: color: rgb(148, 230, 185); — Tailwind CSS: bg-[hsl(147,62%,74%)] — CSS variable: --color-primary: hsl(147, 62%, 74%);