HSL(128, 93%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,93%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 93%, 70%) | color: hsl(128, 93%, 70%) | |
| HEX | #6BFA7E | color: #6BFA7E | |
| RGB | rgb(107, 250, 126) | color: rgb(107, 250, 126) | |
| CMYK | cmyk(57%, 0%, 50%, 2%) | — | |
| HSV | hsv(128, 57%, 98%) | — | |
| HWB | hwb(128 42% 2%) | color: hwb(128 42% 2%) | |
| OKLCH | oklch(0.879 0.2069 146.05) | color: oklch(0.879 0.2069 146.05) | |
| Lab | lab(88.45 -63.38 47.8) | color: lab(88.45 -63.38 47.8) | |
| LCH | lch(88.45 79.38 142.98) | color: lch(88.45 79.38 142.98) |
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)
#A9AA9C — rgb(169, 170, 156)
Deuteranopia (Green-blind)
#A196A3 — rgb(161, 150, 163)
Tritanopia (Blue-blind)
#72B4B9 — rgb(114, 180, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 93%, 70%);
text
color: hsl(128, 93%, 70%);
border
border: 2px solid hsl(128, 93%, 70%);
gradient light
background: linear-gradient(to right, hsl(128, 93%, 90%), hsl(128, 93%, 70%));
gradient dark
background: linear-gradient(to right, hsl(128, 93%, 70%), hsl(128, 93%, 50%))
hex
background-color: #6BFA7E;
tailwind
bg-[hsl(128,93%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 93%, 70%, 0.4);
css variable
--color-primary: hsl(128, 93%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 93%, 70%)?
HEX: #6BFA7E | RGB: rgb(107, 250, 126) | CMYK: 57%, 0%, 50%, 2% | HSV: 128°, 57%, 98%. Copy any format from the conversion table above.
What colors go well with #6BFA7E?
The complementary color is HSL(308, 93%, 70%). 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, 93%, 70%) in CSS?
As HSL: color: hsl(128, 93%, 70%); — As HEX: color: #6BFA7E; — As RGB: color: rgb(107, 250, 126); — Tailwind CSS: bg-[hsl(128,93%,70%)] — CSS variable: --color-primary: hsl(128, 93%, 70%);