HSL(138, 35%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,35%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 35%, 64%) | color: hsl(138, 35%, 64%) | |
| HEX | #83C396 | color: #83C396 | |
| RGB | rgb(131, 195, 150) | color: rgb(131, 195, 150) | |
| CMYK | cmyk(33%, 0%, 23%, 24%) | — | |
| HSV | hsv(138, 33%, 76%) | — | |
| HWB | hwb(138 51% 24%) | color: hwb(138 51% 24%) | |
| OKLCH | oklch(0.7616 0.0921 153.17) | color: oklch(0.7616 0.0921 153.17) | |
| Lab | lab(73.58 -29.88 16.25) | color: lab(73.58 -29.88 16.25) | |
| LCH | lch(73.58 34.01 151.46) | color: lch(73.58 34.01 151.46) |
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)
#9F9FA1 — rgb(159, 159, 161)
Deuteranopia (Green-blind)
#9B96A4 — rgb(155, 150, 164)
Tritanopia (Blue-blind)
#86A9AB — rgb(134, 169, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 35%, 64%);
text
color: hsl(138, 35%, 64%);
border
border: 2px solid hsl(138, 35%, 64%);
gradient light
background: linear-gradient(to right, hsl(138, 35%, 84%), hsl(138, 35%, 64%));
gradient dark
background: linear-gradient(to right, hsl(138, 35%, 64%), hsl(138, 35%, 44%))
hex
background-color: #83C396;
tailwind
bg-[hsl(138,35%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 35%, 64%, 0.4);
css variable
--color-primary: hsl(138, 35%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(138, 35%, 64%)?
HEX: #83C396 | RGB: rgb(131, 195, 150) | CMYK: 33%, 0%, 23%, 24% | HSV: 138°, 33%, 76%. Copy any format from the conversion table above.
What colors go well with #83C396?
The complementary color is HSL(318, 35%, 64%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 35%, 64%) in CSS?
As HSL: color: hsl(138, 35%, 64%); — As HEX: color: #83C396; — As RGB: color: rgb(131, 195, 150); — Tailwind CSS: bg-[hsl(138,35%,64%)] — CSS variable: --color-primary: hsl(138, 35%, 64%);