HSL(94, 50%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,50%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 50%, 62%) | color: hsl(94, 50%, 62%) | |
| HEX | #98CF6E | color: #98CF6E | |
| RGB | rgb(152, 207, 110) | color: rgb(152, 207, 110) | |
| CMYK | cmyk(27%, 0%, 47%, 19%) | — | |
| HSV | hsv(94, 47%, 81%) | — | |
| HWB | hwb(94 43% 19%) | color: hwb(94 43% 19%) | |
| OKLCH | oklch(0.7944 0.1399 132.99) | color: oklch(0.7944 0.1399 132.99) | |
| Lab | lab(77.53 -34.58 42.39) | color: lab(77.53 -34.58 42.39) | |
| LCH | lch(77.53 54.71 129.21) | color: lch(77.53 54.71 129.21) |
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)
#B0B085 — rgb(176, 176, 133)
Deuteranopia (Green-blind)
#ADA98B — rgb(173, 169, 139)
Tritanopia (Blue-blind)
#9B989C — rgb(155, 152, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 50%, 62%);
text
color: hsl(94, 50%, 62%);
border
border: 2px solid hsl(94, 50%, 62%);
gradient light
background: linear-gradient(to right, hsl(94, 50%, 82%), hsl(94, 50%, 62%));
gradient dark
background: linear-gradient(to right, hsl(94, 50%, 62%), hsl(94, 50%, 42%))
hex
background-color: #98CF6E;
tailwind
bg-[hsl(94,50%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 50%, 62%, 0.4);
css variable
--color-primary: hsl(94, 50%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 50%, 62%)?
HEX: #98CF6E | RGB: rgb(152, 207, 110) | CMYK: 27%, 0%, 47%, 19% | HSV: 94°, 47%, 81%. Copy any format from the conversion table above.
What colors go well with #98CF6E?
The complementary color is HSL(274, 50%, 62%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 50%, 62%) in CSS?
As HSL: color: hsl(94, 50%, 62%); — As HEX: color: #98CF6E; — As RGB: color: rgb(152, 207, 110); — Tailwind CSS: bg-[hsl(94,50%,62%)] — CSS variable: --color-primary: hsl(94, 50%, 62%);