HSL(82, 69%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,69%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 69%, 71%) | color: hsl(82, 69%, 71%) | |
| HEX | #C3E882 | color: #C3E882 | |
| RGB | rgb(195, 232, 130) | color: rgb(195, 232, 130) | |
| CMYK | cmyk(16%, 0%, 44%, 9%) | — | |
| HSV | hsv(82, 44%, 91%) | — | |
| HWB | hwb(82 51% 9%) | color: hwb(82 51% 9%) | |
| OKLCH | oklch(0.882 0.1352 125.4) | color: oklch(0.882 0.1352 125.4) | |
| Lab | lab(87.45 -28.26 45.55) | color: lab(87.45 -28.26 45.55) | |
| LCH | lch(87.45 53.6 121.82) | color: lch(87.45 53.6 121.82) |
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)
#D3D39B — rgb(211, 211, 155)
Deuteranopia (Green-blind)
#D1CEA1 — rgb(209, 206, 161)
Tritanopia (Blue-blind)
#C5AEB2 — rgb(197, 174, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 69%, 71%);
text
color: hsl(82, 69%, 71%);
border
border: 2px solid hsl(82, 69%, 71%);
gradient light
background: linear-gradient(to right, hsl(82, 69%, 91%), hsl(82, 69%, 71%));
gradient dark
background: linear-gradient(to right, hsl(82, 69%, 71%), hsl(82, 69%, 51%))
hex
background-color: #C3E882;
tailwind
bg-[hsl(82,69%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 69%, 71%, 0.4);
css variable
--color-primary: hsl(82, 69%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 69%, 71%)?
HEX: #C3E882 | RGB: rgb(195, 232, 130) | CMYK: 16%, 0%, 44%, 9% | HSV: 82°, 44%, 91%. Copy any format from the conversion table above.
What colors go well with #C3E882?
The complementary color is HSL(262, 69%, 71%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 69%, 71%) in CSS?
As HSL: color: hsl(82, 69%, 71%); — As HEX: color: #C3E882; — As RGB: color: rgb(195, 232, 130); — Tailwind CSS: bg-[hsl(82,69%,71%)] — CSS variable: --color-primary: hsl(82, 69%, 71%);