HSL(132, 95%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,95%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 95%, 84%) | color: hsl(132, 95%, 84%) | |
| HEX | #AFFDBF | color: #AFFDBF | |
| RGB | rgb(175, 253, 191) | color: rgb(175, 253, 191) | |
| CMYK | cmyk(31%, 0%, 25%, 1%) | — | |
| HSV | hsv(132, 31%, 99%) | — | |
| HWB | hwb(132 68% 1%) | color: hwb(132 68% 1%) | |
| OKLCH | oklch(0.9274 0.1139 150.12) | color: oklch(0.9274 0.1139 150.12) | |
| Lab | lab(93.07 -36.01 22.24) | color: lab(93.07 -36.01 22.24) | |
| LCH | lch(93.07 42.32 148.3) | color: lch(93.07 42.32 148.3) |
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)
#D1D1CE — rgb(209, 209, 206)
Deuteranopia (Green-blind)
#CCC6D2 — rgb(204, 198, 210)
Tritanopia (Blue-blind)
#B3DADC — rgb(179, 218, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 95%, 84%);
text
color: hsl(132, 95%, 84%);
border
border: 2px solid hsl(132, 95%, 84%);
gradient light
background: linear-gradient(to right, hsl(132, 95%, 100%), hsl(132, 95%, 84%));
gradient dark
background: linear-gradient(to right, hsl(132, 95%, 84%), hsl(132, 95%, 64%))
hex
background-color: #AFFDBF;
tailwind
bg-[hsl(132,95%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 95%, 84%, 0.4);
css variable
--color-primary: hsl(132, 95%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 95%, 84%)?
HEX: #AFFDBF | RGB: rgb(175, 253, 191) | CMYK: 31%, 0%, 25%, 1% | HSV: 132°, 31%, 99%. Copy any format from the conversion table above.
What colors go well with #AFFDBF?
The complementary color is HSL(312, 95%, 84%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 95%, 84%) in CSS?
As HSL: color: hsl(132, 95%, 84%); — As HEX: color: #AFFDBF; — As RGB: color: rgb(175, 253, 191); — Tailwind CSS: bg-[hsl(132,95%,84%)] — CSS variable: --color-primary: hsl(132, 95%, 84%);