HSL(131, 47%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,47%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 47%, 75%) | color: hsl(131, 47%, 75%) | |
| HEX | #A1DDAC | color: #A1DDAC | |
| RGB | rgb(161, 221, 172) | color: rgb(161, 221, 172) | |
| CMYK | cmyk(27%, 0%, 22%, 13%) | — | |
| HSV | hsv(131, 27%, 87%) | — | |
| HWB | hwb(131 64% 13%) | color: hwb(131 64% 13%) | |
| OKLCH | oklch(0.8436 0.0915 149.72) | color: oklch(0.8436 0.0915 149.72) | |
| Lab | lab(83.06 -28.79 18.03) | color: lab(83.06 -28.79 18.03) | |
| LCH | lch(83.06 33.97 147.94) | color: lch(83.06 33.97 147.94) |
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)
#BBBCB8 — rgb(187, 188, 184)
Deuteranopia (Green-blind)
#B8B3BB — rgb(184, 179, 187)
Tritanopia (Blue-blind)
#A4C1C3 — rgb(164, 193, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 47%, 75%);
text
color: hsl(131, 47%, 75%);
border
border: 2px solid hsl(131, 47%, 75%);
gradient light
background: linear-gradient(to right, hsl(131, 47%, 95%), hsl(131, 47%, 75%));
gradient dark
background: linear-gradient(to right, hsl(131, 47%, 75%), hsl(131, 47%, 55%))
hex
background-color: #A1DDAC;
tailwind
bg-[hsl(131,47%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 47%, 75%, 0.4);
css variable
--color-primary: hsl(131, 47%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 47%, 75%)?
HEX: #A1DDAC | RGB: rgb(161, 221, 172) | CMYK: 27%, 0%, 22%, 13% | HSV: 131°, 27%, 87%. Copy any format from the conversion table above.
What colors go well with #A1DDAC?
The complementary color is HSL(311, 47%, 75%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 47%, 75%) in CSS?
As HSL: color: hsl(131, 47%, 75%); — As HEX: color: #A1DDAC; — As RGB: color: rgb(161, 221, 172); — Tailwind CSS: bg-[hsl(131,47%,75%)] — CSS variable: --color-primary: hsl(131, 47%, 75%);