HSL(95, 72%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,72%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 72%, 71%) | color: hsl(95, 72%, 71%) | |
| HEX | #ACEA80 | color: #ACEA80 | |
| RGB | rgb(172, 234, 128) | color: rgb(172, 234, 128) | |
| CMYK | cmyk(26%, 0%, 45%, 8%) | — | |
| HSV | hsv(95, 45%, 92%) | — | |
| HWB | hwb(95 51% 8%) | color: hwb(95 51% 8%) | |
| OKLCH | oklch(0.8714 0.1508 133.5) | color: oklch(0.8714 0.1508 133.5) | |
| Lab | lab(86.59 -37.68 45.14) | color: lab(86.59 -37.68 45.14) | |
| LCH | lch(86.59 58.8 129.85) | color: lch(86.59 58.8 129.85) |
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)
#C7C79A — rgb(199, 199, 154)
Deuteranopia (Green-blind)
#C3BFA0 — rgb(195, 191, 160)
Tritanopia (Blue-blind)
#AFAEB2 — rgb(175, 174, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 72%, 71%);
text
color: hsl(95, 72%, 71%);
border
border: 2px solid hsl(95, 72%, 71%);
gradient light
background: linear-gradient(to right, hsl(95, 72%, 91%), hsl(95, 72%, 71%));
gradient dark
background: linear-gradient(to right, hsl(95, 72%, 71%), hsl(95, 72%, 51%))
hex
background-color: #ACEA80;
tailwind
bg-[hsl(95,72%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 72%, 71%, 0.4);
css variable
--color-primary: hsl(95, 72%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 72%, 71%)?
HEX: #ACEA80 | RGB: rgb(172, 234, 128) | CMYK: 26%, 0%, 45%, 8% | HSV: 95°, 45%, 92%. Copy any format from the conversion table above.
What colors go well with #ACEA80?
The complementary color is HSL(275, 72%, 71%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 72%, 71%) in CSS?
As HSL: color: hsl(95, 72%, 71%); — As HEX: color: #ACEA80; — As RGB: color: rgb(172, 234, 128); — Tailwind CSS: bg-[hsl(95,72%,71%)] — CSS variable: --color-primary: hsl(95, 72%, 71%);