HSL(126, 65%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,65%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 65%, 64%) | color: hsl(126, 65%, 64%) | |
| HEX | #68DF73 | color: #68DF73 | |
| RGB | rgb(104, 223, 115) | color: rgb(104, 223, 115) | |
| CMYK | cmyk(53%, 0%, 48%, 13%) | — | |
| HSV | hsv(126, 53%, 87%) | — | |
| HWB | hwb(126 41% 13%) | color: hwb(126 41% 13%) | |
| OKLCH | oklch(0.8101 0.1826 145.42) | color: oklch(0.8101 0.1826 145.42) | |
| Lab | lab(80.15 -55.43 42.74) | color: lab(80.15 -55.43 42.74) | |
| LCH | lch(80.15 69.99 142.37) | color: lch(80.15 69.99 142.37) |
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)
#9C9D8D — rgb(156, 157, 141)
Deuteranopia (Green-blind)
#958C93 — rgb(149, 140, 147)
Tritanopia (Blue-blind)
#6EA2A6 — rgb(110, 162, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 65%, 64%);
text
color: hsl(126, 65%, 64%);
border
border: 2px solid hsl(126, 65%, 64%);
gradient light
background: linear-gradient(to right, hsl(126, 65%, 84%), hsl(126, 65%, 64%));
gradient dark
background: linear-gradient(to right, hsl(126, 65%, 64%), hsl(126, 65%, 44%))
hex
background-color: #68DF73;
tailwind
bg-[hsl(126,65%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 65%, 64%, 0.4);
css variable
--color-primary: hsl(126, 65%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 65%, 64%)?
HEX: #68DF73 | RGB: rgb(104, 223, 115) | CMYK: 53%, 0%, 48%, 13% | HSV: 126°, 53%, 87%. Copy any format from the conversion table above.
What colors go well with #68DF73?
The complementary color is HSL(306, 65%, 64%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 65%, 64%) in CSS?
As HSL: color: hsl(126, 65%, 64%); — As HEX: color: #68DF73; — As RGB: color: rgb(104, 223, 115); — Tailwind CSS: bg-[hsl(126,65%,64%)] — CSS variable: --color-primary: hsl(126, 65%, 64%);