HSL(108, 53%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,53%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 53%, 82%) | color: hsl(108, 53%, 82%) | |
| HEX | #C3E9B9 | color: #C3E9B9 | |
| RGB | rgb(195, 233, 185) | color: rgb(195, 233, 185) | |
| CMYK | cmyk(16%, 0%, 21%, 9%) | — | |
| HSV | hsv(108, 21%, 91%) | — | |
| HWB | hwb(108 72% 9%) | color: hwb(108 72% 9%) | |
| OKLCH | oklch(0.8944 0.0758 139.19) | color: oklch(0.8944 0.0758 139.19) | |
| Lab | lab(88.63 -21.12 19.33) | color: lab(88.63 -21.12 19.33) | |
| LCH | lch(88.63 28.63 137.53) | color: lch(88.63 28.63 137.53) |
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)
#D3D4C5 — rgb(211, 212, 197)
Deuteranopia (Green-blind)
#D1CEC7 — rgb(209, 206, 199)
Tritanopia (Blue-blind)
#C5CED0 — rgb(197, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 53%, 82%);
text
color: hsl(108, 53%, 82%);
border
border: 2px solid hsl(108, 53%, 82%);
gradient light
background: linear-gradient(to right, hsl(108, 53%, 100%), hsl(108, 53%, 82%));
gradient dark
background: linear-gradient(to right, hsl(108, 53%, 82%), hsl(108, 53%, 62%))
hex
background-color: #C3E9B9;
tailwind
bg-[hsl(108,53%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 53%, 82%, 0.4);
css variable
--color-primary: hsl(108, 53%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 53%, 82%)?
HEX: #C3E9B9 | RGB: rgb(195, 233, 185) | CMYK: 16%, 0%, 21%, 9% | HSV: 108°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #C3E9B9?
The complementary color is HSL(288, 53%, 82%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 53%, 82%) in CSS?
As HSL: color: hsl(108, 53%, 82%); — As HEX: color: #C3E9B9; — As RGB: color: rgb(195, 233, 185); — Tailwind CSS: bg-[hsl(108,53%,82%)] — CSS variable: --color-primary: hsl(108, 53%, 82%);