HSL(122, 35%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,35%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 35%, 82%) | color: hsl(122, 35%, 82%) | |
| HEX | #C1E1C2 | color: #C1E1C2 | |
| RGB | rgb(193, 225, 194) | color: rgb(193, 225, 194) | |
| CMYK | cmyk(14%, 0%, 14%, 12%) | — | |
| HSV | hsv(122, 14%, 88%) | — | |
| HWB | hwb(122 76% 12%) | color: hwb(122 76% 12%) | |
| OKLCH | oklch(0.8781 0.054 145.93) | color: oklch(0.8781 0.054 145.93) | |
| Lab | lab(86.54 -16.32 11.68) | color: lab(86.54 -16.32 11.68) | |
| LCH | lch(86.54 20.07 144.41) | color: lch(86.54 20.07 144.41) |
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)
#CFCFCA — rgb(207, 207, 202)
Deuteranopia (Green-blind)
#CDCBCB — rgb(205, 203, 203)
Tritanopia (Blue-blind)
#C3CFD1 — rgb(195, 207, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 35%, 82%);
text
color: hsl(122, 35%, 82%);
border
border: 2px solid hsl(122, 35%, 82%);
gradient light
background: linear-gradient(to right, hsl(122, 35%, 100%), hsl(122, 35%, 82%));
gradient dark
background: linear-gradient(to right, hsl(122, 35%, 82%), hsl(122, 35%, 62%))
hex
background-color: #C1E1C2;
tailwind
bg-[hsl(122,35%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 35%, 82%, 0.4);
css variable
--color-primary: hsl(122, 35%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 35%, 82%)?
HEX: #C1E1C2 | RGB: rgb(193, 225, 194) | CMYK: 14%, 0%, 14%, 12% | HSV: 122°, 14%, 88%. Copy any format from the conversion table above.
What colors go well with #C1E1C2?
The complementary color is HSL(302, 35%, 82%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 35%, 82%) in CSS?
As HSL: color: hsl(122, 35%, 82%); — As HEX: color: #C1E1C2; — As RGB: color: rgb(193, 225, 194); — Tailwind CSS: bg-[hsl(122,35%,82%)] — CSS variable: --color-primary: hsl(122, 35%, 82%);