HSL(136, 32%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,32%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 32%, 75%) | color: hsl(136, 32%, 75%) | |
| HEX | #ABD4B6 | color: #ABD4B6 | |
| RGB | rgb(171, 212, 182) | color: rgb(171, 212, 182) | |
| CMYK | cmyk(19%, 0%, 14%, 17%) | — | |
| HSV | hsv(136, 19%, 83%) | — | |
| HWB | hwb(136 67% 17%) | color: hwb(136 67% 17%) | |
| OKLCH | oklch(0.8323 0.06 153.24) | color: oklch(0.8323 0.06 153.24) | |
| Lab | lab(81.36 -19.33 10.44) | color: lab(81.36 -19.33 10.44) | |
| LCH | lch(81.36 21.97 151.63) | color: lch(81.36 21.97 151.63) |
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)
#BDBDBD — rgb(189, 189, 189)
Deuteranopia (Green-blind)
#BAB7BF — rgb(186, 183, 191)
Tritanopia (Blue-blind)
#ADC3C4 — rgb(173, 195, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 32%, 75%);
text
color: hsl(136, 32%, 75%);
border
border: 2px solid hsl(136, 32%, 75%);
gradient light
background: linear-gradient(to right, hsl(136, 32%, 95%), hsl(136, 32%, 75%));
gradient dark
background: linear-gradient(to right, hsl(136, 32%, 75%), hsl(136, 32%, 55%))
hex
background-color: #ABD4B6;
tailwind
bg-[hsl(136,32%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 32%, 75%, 0.4);
css variable
--color-primary: hsl(136, 32%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 32%, 75%)?
HEX: #ABD4B6 | RGB: rgb(171, 212, 182) | CMYK: 19%, 0%, 14%, 17% | HSV: 136°, 19%, 83%. Copy any format from the conversion table above.
What colors go well with #ABD4B6?
The complementary color is HSL(316, 32%, 75%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 32%, 75%) in CSS?
As HSL: color: hsl(136, 32%, 75%); — As HEX: color: #ABD4B6; — As RGB: color: rgb(171, 212, 182); — Tailwind CSS: bg-[hsl(136,32%,75%)] — CSS variable: --color-primary: hsl(136, 32%, 75%);