HSL(83, 66%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,66%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 66%, 59%) | color: hsl(83, 66%, 59%) | |
| HEX | #A7DB51 | color: #A7DB51 | |
| RGB | rgb(167, 219, 81) | color: rgb(167, 219, 81) | |
| CMYK | cmyk(24%, 0%, 63%, 14%) | — | |
| HSV | hsv(83, 63%, 86%) | — | |
| HWB | hwb(83 32% 14%) | color: hwb(83 32% 14%) | |
| OKLCH | oklch(0.8282 0.1747 127.42) | color: oklch(0.8282 0.1747 127.42) | |
| Lab | lab(81.55 -37.37 60.48) | color: lab(81.55 -37.37 60.48) | |
| LCH | lch(81.55 71.09 121.71) | color: lch(81.55 71.09 121.71) |
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)
#BEBE72 — rgb(190, 190, 114)
Deuteranopia (Green-blind)
#BBB77A — rgb(187, 183, 122)
Tritanopia (Blue-blind)
#AA8D93 — rgb(170, 141, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 66%, 59%);
text
color: hsl(83, 66%, 59%);
border
border: 2px solid hsl(83, 66%, 59%);
gradient light
background: linear-gradient(to right, hsl(83, 66%, 79%), hsl(83, 66%, 59%));
gradient dark
background: linear-gradient(to right, hsl(83, 66%, 59%), hsl(83, 66%, 39%))
hex
background-color: #A7DB51;
tailwind
bg-[hsl(83,66%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 66%, 59%, 0.4);
css variable
--color-primary: hsl(83, 66%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 66%, 59%)?
HEX: #A7DB51 | RGB: rgb(167, 219, 81) | CMYK: 24%, 0%, 63%, 14% | HSV: 83°, 63%, 86%. Copy any format from the conversion table above.
What colors go well with #A7DB51?
The complementary color is HSL(263, 66%, 59%). 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, 66%, 59%) in CSS?
As HSL: color: hsl(83, 66%, 59%); — As HEX: color: #A7DB51; — As RGB: color: rgb(167, 219, 81); — Tailwind CSS: bg-[hsl(83,66%,59%)] — CSS variable: --color-primary: hsl(83, 66%, 59%);