HSL(128, 48%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,48%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 48%, 75%) | color: hsl(128, 48%, 75%) | |
| HEX | #A1DEA9 | color: #A1DEA9 | |
| RGB | rgb(161, 222, 169) | color: rgb(161, 222, 169) | |
| CMYK | cmyk(27%, 0%, 24%, 13%) | — | |
| HSV | hsv(128, 27%, 87%) | — | |
| HWB | hwb(128 64% 13%) | color: hwb(128 64% 13%) | |
| OKLCH | oklch(0.8452 0.0961 148.09) | color: oklch(0.8452 0.0961 148.09) | |
| Lab | lab(83.27 -29.8 19.91) | color: lab(83.27 -29.8 19.91) | |
| LCH | lch(83.27 35.84 146.25) | color: lch(83.27 35.84 146.25) |
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)
#BBBCB6 — rgb(187, 188, 182)
Deuteranopia (Green-blind)
#B8B3B9 — rgb(184, 179, 185)
Tritanopia (Blue-blind)
#A4C0C2 — rgb(164, 192, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 48%, 75%);
text
color: hsl(128, 48%, 75%);
border
border: 2px solid hsl(128, 48%, 75%);
gradient light
background: linear-gradient(to right, hsl(128, 48%, 95%), hsl(128, 48%, 75%));
gradient dark
background: linear-gradient(to right, hsl(128, 48%, 75%), hsl(128, 48%, 55%))
hex
background-color: #A1DEA9;
tailwind
bg-[hsl(128,48%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 48%, 75%, 0.4);
css variable
--color-primary: hsl(128, 48%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 48%, 75%)?
HEX: #A1DEA9 | RGB: rgb(161, 222, 169) | CMYK: 27%, 0%, 24%, 13% | HSV: 128°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #A1DEA9?
The complementary color is HSL(308, 48%, 75%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 48%, 75%) in CSS?
As HSL: color: hsl(128, 48%, 75%); — As HEX: color: #A1DEA9; — As RGB: color: rgb(161, 222, 169); — Tailwind CSS: bg-[hsl(128,48%,75%)] — CSS variable: --color-primary: hsl(128, 48%, 75%);