HSL(147, 91%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,91%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 91%, 83%) | color: hsl(147, 91%, 83%) | |
| HEX | #ACFBD0 | color: #ACFBD0 | |
| RGB | rgb(172, 251, 208) | color: rgb(172, 251, 208) | |
| CMYK | cmyk(31%, 0%, 17%, 2%) | — | |
| HSV | hsv(147, 31%, 98%) | — | |
| HWB | hwb(147 68% 2%) | color: hwb(147 68% 2%) | |
| OKLCH | oklch(0.9253 0.0976 159.91) | color: oklch(0.9253 0.0976 159.91) | |
| Lab | lab(92.71 -32.89 13) | color: lab(92.71 -32.89 13) | |
| LCH | lch(92.71 35.37 158.43) | color: lch(92.71 35.37 158.43) |
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)
#CECFDA — rgb(206, 207, 218)
Deuteranopia (Green-blind)
#CAC4DD — rgb(202, 196, 221)
Tritanopia (Blue-blind)
#B0E3E4 — rgb(176, 227, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 91%, 83%);
text
color: hsl(147, 91%, 83%);
border
border: 2px solid hsl(147, 91%, 83%);
gradient light
background: linear-gradient(to right, hsl(147, 91%, 100%), hsl(147, 91%, 83%));
gradient dark
background: linear-gradient(to right, hsl(147, 91%, 83%), hsl(147, 91%, 63%))
hex
background-color: #ACFBD0;
tailwind
bg-[hsl(147,91%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 91%, 83%, 0.4);
css variable
--color-primary: hsl(147, 91%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 91%, 83%)?
HEX: #ACFBD0 | RGB: rgb(172, 251, 208) | CMYK: 31%, 0%, 17%, 2% | HSV: 147°, 31%, 98%. Copy any format from the conversion table above.
What colors go well with #ACFBD0?
The complementary color is HSL(327, 91%, 83%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 91%, 83%) in CSS?
As HSL: color: hsl(147, 91%, 83%); — As HEX: color: #ACFBD0; — As RGB: color: rgb(172, 251, 208); — Tailwind CSS: bg-[hsl(147,91%,83%)] — CSS variable: --color-primary: hsl(147, 91%, 83%);