HSL(83, 36%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,36%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 36%, 63%) | color: hsl(83, 36%, 63%) | |
| HEX | #A9C37F | color: #A9C37F | |
| RGB | rgb(169, 195, 127) | color: rgb(169, 195, 127) | |
| CMYK | cmyk(13%, 0%, 35%, 24%) | — | |
| HSV | hsv(83, 35%, 76%) | — | |
| HWB | hwb(83 49% 24%) | color: hwb(83 49% 24%) | |
| OKLCH | oklch(0.7812 0.0955 125.55) | color: oklch(0.7812 0.0955 125.55) | |
| Lab | lab(75.45 -20.4 31.34) | color: lab(75.45 -20.4 31.34) | |
| LCH | lch(75.45 37.39 123.06) | color: lch(75.45 37.39 123.06) |
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)
#B4B48F — rgb(180, 180, 143)
Deuteranopia (Green-blind)
#B3B193 — rgb(179, 177, 147)
Tritanopia (Blue-blind)
#AA9C9F — rgb(170, 156, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 36%, 63%);
text
color: hsl(83, 36%, 63%);
border
border: 2px solid hsl(83, 36%, 63%);
gradient light
background: linear-gradient(to right, hsl(83, 36%, 83%), hsl(83, 36%, 63%));
gradient dark
background: linear-gradient(to right, hsl(83, 36%, 63%), hsl(83, 36%, 43%))
hex
background-color: #A9C37F;
tailwind
bg-[hsl(83,36%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 36%, 63%, 0.4);
css variable
--color-primary: hsl(83, 36%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 36%, 63%)?
HEX: #A9C37F | RGB: rgb(169, 195, 127) | CMYK: 13%, 0%, 35%, 24% | HSV: 83°, 35%, 76%. Copy any format from the conversion table above.
What colors go well with #A9C37F?
The complementary color is HSL(263, 36%, 63%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 36%, 63%) in CSS?
As HSL: color: hsl(83, 36%, 63%); — As HEX: color: #A9C37F; — As RGB: color: rgb(169, 195, 127); — Tailwind CSS: bg-[hsl(83,36%,63%)] — CSS variable: --color-primary: hsl(83, 36%, 63%);