HSL(108, 50%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,50%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 50%, 69%) | color: hsl(108, 50%, 69%) | |
| HEX | #98D788 | color: #98D788 | |
| RGB | rgb(152, 215, 136) | color: rgb(152, 215, 136) | |
| CMYK | cmyk(29%, 0%, 37%, 16%) | — | |
| HSV | hsv(108, 37%, 84%) | — | |
| HWB | hwb(108 53% 16%) | color: hwb(108 53% 16%) | |
| OKLCH | oklch(0.8172 0.125 139.41) | color: oklch(0.8172 0.125 139.41) | |
| Lab | lab(80.21 -34.79 32.76) | color: lab(80.21 -34.79 32.76) | |
| LCH | lch(80.21 47.79 136.72) | color: lch(80.21 47.79 136.72) |
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)
#B3B49B — rgb(179, 180, 155)
Deuteranopia (Green-blind)
#B0ABA0 — rgb(176, 171, 160)
Tritanopia (Blue-blind)
#9BAAAE — rgb(155, 170, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 50%, 69%);
text
color: hsl(108, 50%, 69%);
border
border: 2px solid hsl(108, 50%, 69%);
gradient light
background: linear-gradient(to right, hsl(108, 50%, 89%), hsl(108, 50%, 69%));
gradient dark
background: linear-gradient(to right, hsl(108, 50%, 69%), hsl(108, 50%, 49%))
hex
background-color: #98D788;
tailwind
bg-[hsl(108,50%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 50%, 69%, 0.4);
css variable
--color-primary: hsl(108, 50%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 50%, 69%)?
HEX: #98D788 | RGB: rgb(152, 215, 136) | CMYK: 29%, 0%, 37%, 16% | HSV: 108°, 37%, 84%. Copy any format from the conversion table above.
What colors go well with #98D788?
The complementary color is HSL(288, 50%, 69%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 50%, 69%) in CSS?
As HSL: color: hsl(108, 50%, 69%); — As HEX: color: #98D788; — As RGB: color: rgb(152, 215, 136); — Tailwind CSS: bg-[hsl(108,50%,69%)] — CSS variable: --color-primary: hsl(108, 50%, 69%);