HSL(136, 60%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,60%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 60%, 69%) | color: hsl(136, 60%, 69%) | |
| HEX | #81DF9A | color: #81DF9A | |
| RGB | rgb(129, 223, 154) | color: rgb(129, 223, 154) | |
| CMYK | cmyk(42%, 0%, 31%, 13%) | — | |
| HSV | hsv(136, 42%, 87%) | — | |
| HWB | hwb(136 50% 13%) | color: hwb(136 50% 13%) | |
| OKLCH | oklch(0.8275 0.1326 151.17) | color: oklch(0.8275 0.1326 151.17) | |
| Lab | lab(81.71 -42.56 25.32) | color: lab(81.71 -42.56 25.32) | |
| LCH | lch(81.71 49.52 149.25) | color: lch(81.71 49.52 149.25) |
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)
#AAABAB — rgb(170, 171, 171)
Deuteranopia (Green-blind)
#A49DAF — rgb(164, 157, 175)
Tritanopia (Blue-blind)
#86B8BB — rgb(134, 184, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 60%, 69%);
text
color: hsl(136, 60%, 69%);
border
border: 2px solid hsl(136, 60%, 69%);
gradient light
background: linear-gradient(to right, hsl(136, 60%, 89%), hsl(136, 60%, 69%));
gradient dark
background: linear-gradient(to right, hsl(136, 60%, 69%), hsl(136, 60%, 49%))
hex
background-color: #81DF9A;
tailwind
bg-[hsl(136,60%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 60%, 69%, 0.4);
css variable
--color-primary: hsl(136, 60%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 60%, 69%)?
HEX: #81DF9A | RGB: rgb(129, 223, 154) | CMYK: 42%, 0%, 31%, 13% | HSV: 136°, 42%, 87%. Copy any format from the conversion table above.
What colors go well with #81DF9A?
The complementary color is HSL(316, 60%, 69%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 60%, 69%) in CSS?
As HSL: color: hsl(136, 60%, 69%); — As HEX: color: #81DF9A; — As RGB: color: rgb(129, 223, 154); — Tailwind CSS: bg-[hsl(136,60%,69%)] — CSS variable: --color-primary: hsl(136, 60%, 69%);