HSL(126, 71%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,71%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 71%, 81%) | color: hsl(126, 71%, 81%) | |
| HEX | #ACF1B3 | color: #ACF1B3 | |
| RGB | rgb(172, 241, 179) | color: rgb(172, 241, 179) | |
| CMYK | cmyk(29%, 0%, 26%, 5%) | — | |
| HSV | hsv(126, 29%, 95%) | — | |
| HWB | hwb(126 67% 5%) | color: hwb(126 67% 5%) | |
| OKLCH | oklch(0.8964 0.109 147.16) | color: oklch(0.8964 0.109 147.16) | |
| Lab | lab(89.36 -33.48 23.23) | color: lab(89.36 -33.48 23.23) | |
| LCH | lch(89.36 40.75 145.25) | color: lch(89.36 40.75 145.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)
#CACAC2 — rgb(202, 202, 194)
Deuteranopia (Green-blind)
#C6C1C6 — rgb(198, 193, 198)
Tritanopia (Blue-blind)
#AFCED0 — rgb(175, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 71%, 81%);
text
color: hsl(126, 71%, 81%);
border
border: 2px solid hsl(126, 71%, 81%);
gradient light
background: linear-gradient(to right, hsl(126, 71%, 100%), hsl(126, 71%, 81%));
gradient dark
background: linear-gradient(to right, hsl(126, 71%, 81%), hsl(126, 71%, 61%))
hex
background-color: #ACF1B3;
tailwind
bg-[hsl(126,71%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 71%, 81%, 0.4);
css variable
--color-primary: hsl(126, 71%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 71%, 81%)?
HEX: #ACF1B3 | RGB: rgb(172, 241, 179) | CMYK: 29%, 0%, 26%, 5% | HSV: 126°, 29%, 95%. Copy any format from the conversion table above.
What colors go well with #ACF1B3?
The complementary color is HSL(306, 71%, 81%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 71%, 81%) in CSS?
As HSL: color: hsl(126, 71%, 81%); — As HEX: color: #ACF1B3; — As RGB: color: rgb(172, 241, 179); — Tailwind CSS: bg-[hsl(126,71%,81%)] — CSS variable: --color-primary: hsl(126, 71%, 81%);