HSL(126, 69%, 60%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,69%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 69%, 60%) | color: hsl(126, 69%, 60%) | |
| HEX | #53DF61 | color: #53DF61 | |
| RGB | rgb(83, 223, 97) | color: rgb(83, 223, 97) | |
| CMYK | cmyk(63%, 0%, 57%, 13%) | — | |
| HSV | hsv(126, 63%, 87%) | — | |
| HWB | hwb(126 32% 13%) | color: hwb(126 32% 13%) | |
| OKLCH | oklch(0.8007 0.2069 144.98) | color: oklch(0.8007 0.2069 144.98) | |
| Lab | lab(79.31 -62.6 50.04) | color: lab(79.31 -62.6 50.04) | |
| LCH | lch(79.31 80.14 141.36) | color: lch(79.31 80.14 141.36) |
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)
#90917F — rgb(144, 145, 127)
Deuteranopia (Green-blind)
#887D87 — rgb(136, 125, 135)
Tritanopia (Blue-blind)
#5A989D — rgb(90, 152, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 69%, 60%);
text
color: hsl(126, 69%, 60%);
border
border: 2px solid hsl(126, 69%, 60%);
gradient light
background: linear-gradient(to right, hsl(126, 69%, 80%), hsl(126, 69%, 60%));
gradient dark
background: linear-gradient(to right, hsl(126, 69%, 60%), hsl(126, 69%, 40%))
hex
background-color: #53DF61;
tailwind
bg-[hsl(126,69%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 69%, 60%, 0.4);
css variable
--color-primary: hsl(126, 69%, 60%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 69%, 60%)?
HEX: #53DF61 | RGB: rgb(83, 223, 97) | CMYK: 63%, 0%, 57%, 13% | HSV: 126°, 63%, 87%. Copy any format from the conversion table above.
What colors go well with #53DF61?
The complementary color is HSL(306, 69%, 60%). 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, 69%, 60%) in CSS?
As HSL: color: hsl(126, 69%, 60%); — As HEX: color: #53DF61; — As RGB: color: rgb(83, 223, 97); — Tailwind CSS: bg-[hsl(126,69%,60%)] — CSS variable: --color-primary: hsl(126, 69%, 60%);