HSL(130, 74%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(130,74%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 74%, 81%) | color: hsl(130, 74%, 81%) | |
| HEX | #ABF2B7 | color: #ABF2B7 | |
| RGB | rgb(171, 242, 183) | color: rgb(171, 242, 183) | |
| CMYK | cmyk(29%, 0%, 24%, 5%) | — | |
| HSV | hsv(130, 29%, 95%) | — | |
| HWB | hwb(130 67% 5%) | color: hwb(130 67% 5%) | |
| OKLCH | oklch(0.8989 0.1072 149.1) | color: oklch(0.8989 0.1072 149.1) | |
| Lab | lab(89.66 -33.57 21.58) | color: lab(89.66 -33.57 21.58) | |
| LCH | lch(89.66 39.91 147.27) | color: lch(89.66 39.91 147.27) |
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)
#CACAC5 — rgb(202, 202, 197)
Deuteranopia (Green-blind)
#C6C0C9 — rgb(198, 192, 201)
Tritanopia (Blue-blind)
#AFD1D3 — rgb(175, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 74%, 81%);
text
color: hsl(130, 74%, 81%);
border
border: 2px solid hsl(130, 74%, 81%);
gradient light
background: linear-gradient(to right, hsl(130, 74%, 100%), hsl(130, 74%, 81%));
gradient dark
background: linear-gradient(to right, hsl(130, 74%, 81%), hsl(130, 74%, 61%))
hex
background-color: #ABF2B7;
tailwind
bg-[hsl(130,74%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 74%, 81%, 0.4);
css variable
--color-primary: hsl(130, 74%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(130, 74%, 81%)?
HEX: #ABF2B7 | RGB: rgb(171, 242, 183) | CMYK: 29%, 0%, 24%, 5% | HSV: 130°, 29%, 95%. Copy any format from the conversion table above.
What colors go well with #ABF2B7?
The complementary color is HSL(310, 74%, 81%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 74%, 81%) in CSS?
As HSL: color: hsl(130, 74%, 81%); — As HEX: color: #ABF2B7; — As RGB: color: rgb(171, 242, 183); — Tailwind CSS: bg-[hsl(130,74%,81%)] — CSS variable: --color-primary: hsl(130, 74%, 81%);