HSL(95, 50%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,50%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 50%, 66%) | color: hsl(95, 50%, 66%) | |
| HEX | #A1D47D | color: #A1D47D | |
| RGB | rgb(161, 212, 125) | color: rgb(161, 212, 125) | |
| CMYK | cmyk(24%, 0%, 41%, 17%) | — | |
| HSV | hsv(95, 41%, 83%) | — | |
| HWB | hwb(95 49% 17%) | color: hwb(95 49% 17%) | |
| OKLCH | oklch(0.8139 0.1272 133.32) | color: oklch(0.8139 0.1272 133.32) | |
| Lab | lab(79.7 -31.82 37.77) | color: lab(79.7 -31.82 37.77) | |
| LCH | lch(79.7 49.39 130.11) | color: lch(79.7 49.39 130.11) |
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)
#B7B892 — rgb(183, 184, 146)
Deuteranopia (Green-blind)
#B4B097 — rgb(180, 176, 151)
Tritanopia (Blue-blind)
#A4A3A6 — rgb(164, 163, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 50%, 66%);
text
color: hsl(95, 50%, 66%);
border
border: 2px solid hsl(95, 50%, 66%);
gradient light
background: linear-gradient(to right, hsl(95, 50%, 86%), hsl(95, 50%, 66%));
gradient dark
background: linear-gradient(to right, hsl(95, 50%, 66%), hsl(95, 50%, 46%))
hex
background-color: #A1D47D;
tailwind
bg-[hsl(95,50%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 50%, 66%, 0.4);
css variable
--color-primary: hsl(95, 50%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 50%, 66%)?
HEX: #A1D47D | RGB: rgb(161, 212, 125) | CMYK: 24%, 0%, 41%, 17% | HSV: 95°, 41%, 83%. Copy any format from the conversion table above.
What colors go well with #A1D47D?
The complementary color is HSL(275, 50%, 66%). 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, 50%, 66%) in CSS?
As HSL: color: hsl(95, 50%, 66%); — As HEX: color: #A1D47D; — As RGB: color: rgb(161, 212, 125); — Tailwind CSS: bg-[hsl(95,50%,66%)] — CSS variable: --color-primary: hsl(95, 50%, 66%);