HSL(96, 84%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,84%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 84%, 82%) | color: hsl(96, 84%, 82%) | |
| HEX | #C9F8AB | color: #C9F8AB | |
| RGB | rgb(201, 248, 171) | color: rgb(201, 248, 171) | |
| CMYK | cmyk(19%, 0%, 31%, 3%) | — | |
| HSV | hsv(97, 31%, 97%) | — | |
| HWB | hwb(97 67% 3%) | color: hwb(97 67% 3%) | |
| OKLCH | oklch(0.9278 0.1118 133.71) | color: oklch(0.9278 0.1118 133.71) | |
| Lab | lab(92.79 -28.4 32.23) | color: lab(92.79 -28.4 32.23) | |
| LCH | lch(92.79 42.96 131.39) | color: lch(92.79 42.96 131.39) |
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)
#DDDEBE — rgb(221, 222, 190)
Deuteranopia (Green-blind)
#DBD7C2 — rgb(219, 215, 194)
Tritanopia (Blue-blind)
#CBCCD0 — rgb(203, 204, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 84%, 82%);
text
color: hsl(96, 84%, 82%);
border
border: 2px solid hsl(96, 84%, 82%);
gradient light
background: linear-gradient(to right, hsl(96, 84%, 100%), hsl(96, 84%, 82%));
gradient dark
background: linear-gradient(to right, hsl(96, 84%, 82%), hsl(96, 84%, 62%))
hex
background-color: #C9F8AB;
tailwind
bg-[hsl(96,84%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 84%, 82%, 0.4);
css variable
--color-primary: hsl(96, 84%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 84%, 82%)?
HEX: #C9F8AB | RGB: rgb(201, 248, 171) | CMYK: 19%, 0%, 31%, 3% | HSV: 97°, 31%, 97%. Copy any format from the conversion table above.
What colors go well with #C9F8AB?
The complementary color is HSL(276, 84%, 82%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 84%, 82%) in CSS?
As HSL: color: hsl(96, 84%, 82%); — As HEX: color: #C9F8AB; — As RGB: color: rgb(201, 248, 171); — Tailwind CSS: bg-[hsl(96,84%,82%)] — CSS variable: --color-primary: hsl(96, 84%, 82%);