HSL(133, 65%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,65%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 65%, 80%) | color: hsl(133, 65%, 80%) | |
| HEX | #ABEDB9 | color: #ABEDB9 | |
| RGB | rgb(171, 237, 185) | color: rgb(171, 237, 185) | |
| CMYK | cmyk(28%, 0%, 22%, 7%) | — | |
| HSV | hsv(133, 28%, 93%) | — | |
| HWB | hwb(133 67% 7%) | color: hwb(133 67% 7%) | |
| OKLCH | oklch(0.8882 0.0974 150.59) | color: oklch(0.8882 0.0974 150.59) | |
| Lab | lab(88.32 -30.89 18.68) | color: lab(88.32 -30.89 18.68) | |
| LCH | lch(88.32 36.1 148.84) | color: lch(88.32 36.1 148.84) |
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)
#C8C8C6 — rgb(200, 200, 198)
Deuteranopia (Green-blind)
#C4BFC9 — rgb(196, 191, 201)
Tritanopia (Blue-blind)
#AED0D2 — rgb(174, 208, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 65%, 80%);
text
color: hsl(133, 65%, 80%);
border
border: 2px solid hsl(133, 65%, 80%);
gradient light
background: linear-gradient(to right, hsl(133, 65%, 100%), hsl(133, 65%, 80%));
gradient dark
background: linear-gradient(to right, hsl(133, 65%, 80%), hsl(133, 65%, 60%))
hex
background-color: #ABEDB9;
tailwind
bg-[hsl(133,65%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 65%, 80%, 0.4);
css variable
--color-primary: hsl(133, 65%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 65%, 80%)?
HEX: #ABEDB9 | RGB: rgb(171, 237, 185) | CMYK: 28%, 0%, 22%, 7% | HSV: 133°, 28%, 93%. Copy any format from the conversion table above.
What colors go well with #ABEDB9?
The complementary color is HSL(313, 65%, 80%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 65%, 80%) in CSS?
As HSL: color: hsl(133, 65%, 80%); — As HEX: color: #ABEDB9; — As RGB: color: rgb(171, 237, 185); — Tailwind CSS: bg-[hsl(133,65%,80%)] — CSS variable: --color-primary: hsl(133, 65%, 80%);