HSL(144, 32%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,32%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 32%, 64%) | color: hsl(144, 32%, 64%) | |
| HEX | #86C19D | color: #86C19D | |
| RGB | rgb(134, 193, 157) | color: rgb(134, 193, 157) | |
| CMYK | cmyk(31%, 0%, 19%, 24%) | — | |
| HSV | hsv(143, 31%, 76%) | — | |
| HWB | hwb(143 52% 24%) | color: hwb(143 52% 24%) | |
| OKLCH | oklch(0.7604 0.0802 157.1) | color: oklch(0.7604 0.0802 157.1) | |
| Lab | lab(73.31 -26.63 12.12) | color: lab(73.31 -26.63 12.12) | |
| LCH | lch(73.31 29.26 155.53) | color: lch(73.31 29.26 155.53) |
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)
#A0A0A6 — rgb(160, 160, 166)
Deuteranopia (Green-blind)
#9C98A8 — rgb(156, 152, 168)
Tritanopia (Blue-blind)
#89ADAE — rgb(137, 173, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 32%, 64%);
text
color: hsl(144, 32%, 64%);
border
border: 2px solid hsl(144, 32%, 64%);
gradient light
background: linear-gradient(to right, hsl(144, 32%, 84%), hsl(144, 32%, 64%));
gradient dark
background: linear-gradient(to right, hsl(144, 32%, 64%), hsl(144, 32%, 44%))
hex
background-color: #86C19D;
tailwind
bg-[hsl(144,32%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 32%, 64%, 0.4);
css variable
--color-primary: hsl(144, 32%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 32%, 64%)?
HEX: #86C19D | RGB: rgb(134, 193, 157) | CMYK: 31%, 0%, 19%, 24% | HSV: 143°, 31%, 76%. Copy any format from the conversion table above.
What colors go well with #86C19D?
The complementary color is HSL(324, 32%, 64%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 32%, 64%) in CSS?
As HSL: color: hsl(144, 32%, 64%); — As HEX: color: #86C19D; — As RGB: color: rgb(134, 193, 157); — Tailwind CSS: bg-[hsl(144,32%,64%)] — CSS variable: --color-primary: hsl(144, 32%, 64%);