HSL(146, 60%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,60%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 60%, 69%) | color: hsl(146, 60%, 69%) | |
| HEX | #81DFAA | color: #81DFAA | |
| RGB | rgb(129, 223, 170) | color: rgb(129, 223, 170) | |
| CMYK | cmyk(42%, 0%, 24%, 13%) | — | |
| HSV | hsv(146, 42%, 87%) | — | |
| HWB | hwb(146 50% 13%) | color: hwb(146 50% 13%) | |
| OKLCH | oklch(0.831 0.1178 157.8) | color: oklch(0.831 0.1178 157.8) | |
| Lab | lab(82.02 -39.59 17.41) | color: lab(82.02 -39.59 17.41) | |
| LCH | lch(82.02 43.25 156.26) | color: lch(82.02 43.25 156.26) |
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)
#AAABB7 — rgb(170, 171, 183)
Deuteranopia (Green-blind)
#A49DBA — rgb(164, 157, 186)
Tritanopia (Blue-blind)
#86C1C3 — rgb(134, 193, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 60%, 69%);
text
color: hsl(146, 60%, 69%);
border
border: 2px solid hsl(146, 60%, 69%);
gradient light
background: linear-gradient(to right, hsl(146, 60%, 89%), hsl(146, 60%, 69%));
gradient dark
background: linear-gradient(to right, hsl(146, 60%, 69%), hsl(146, 60%, 49%))
hex
background-color: #81DFAA;
tailwind
bg-[hsl(146,60%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 60%, 69%, 0.4);
css variable
--color-primary: hsl(146, 60%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 60%, 69%)?
HEX: #81DFAA | RGB: rgb(129, 223, 170) | CMYK: 42%, 0%, 24%, 13% | HSV: 146°, 42%, 87%. Copy any format from the conversion table above.
What colors go well with #81DFAA?
The complementary color is HSL(326, 60%, 69%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 60%, 69%) in CSS?
As HSL: color: hsl(146, 60%, 69%); — As HEX: color: #81DFAA; — As RGB: color: rgb(129, 223, 170); — Tailwind CSS: bg-[hsl(146,60%,69%)] — CSS variable: --color-primary: hsl(146, 60%, 69%);