HSL(128, 67%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,67%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 67%, 73%) | color: hsl(128, 67%, 73%) | |
| HEX | #8CE898 | color: #8CE898 | |
| RGB | rgb(140, 232, 152) | color: rgb(140, 232, 152) | |
| CMYK | cmyk(40%, 0%, 34%, 9%) | — | |
| HSV | hsv(128, 40%, 91%) | — | |
| HWB | hwb(128 55% 9%) | color: hwb(128 55% 9%) | |
| OKLCH | oklch(0.8535 0.1414 147.27) | color: oklch(0.8535 0.1414 147.27) | |
| Lab | lab(84.77 -43.68 30.54) | color: lab(84.77 -43.68 30.54) | |
| LCH | lch(84.77 53.3 145.04) | color: lch(84.77 53.3 145.04) |
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)
#B4B5AB — rgb(180, 181, 171)
Deuteranopia (Green-blind)
#AFA8B0 — rgb(175, 168, 176)
Tritanopia (Blue-blind)
#91BBBE — rgb(145, 187, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 67%, 73%);
text
color: hsl(128, 67%, 73%);
border
border: 2px solid hsl(128, 67%, 73%);
gradient light
background: linear-gradient(to right, hsl(128, 67%, 93%), hsl(128, 67%, 73%));
gradient dark
background: linear-gradient(to right, hsl(128, 67%, 73%), hsl(128, 67%, 53%))
hex
background-color: #8CE898;
tailwind
bg-[hsl(128,67%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 67%, 73%, 0.4);
css variable
--color-primary: hsl(128, 67%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 67%, 73%)?
HEX: #8CE898 | RGB: rgb(140, 232, 152) | CMYK: 40%, 0%, 34%, 9% | HSV: 128°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #8CE898?
The complementary color is HSL(308, 67%, 73%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 67%, 73%) in CSS?
As HSL: color: hsl(128, 67%, 73%); — As HEX: color: #8CE898; — As RGB: color: rgb(140, 232, 152); — Tailwind CSS: bg-[hsl(128,67%,73%)] — CSS variable: --color-primary: hsl(128, 67%, 73%);