HSL(83, 54%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,54%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 54%, 46%) | color: hsl(83, 54%, 46%) | |
| HEX | #84B536 | color: #84B536 | |
| RGB | rgb(132, 181, 54) | color: rgb(132, 181, 54) | |
| CMYK | cmyk(27%, 0%, 70%, 29%) | — | |
| HSV | hsv(83, 70%, 71%) | — | |
| HWB | hwb(83 21% 29%) | color: hwb(83 21% 29%) | |
| OKLCH | oklch(0.7137 0.1626 128.34) | color: oklch(0.7137 0.1626 128.34) | |
| Lab | lab(68.18 -35.37 56.56) | color: lab(68.18 -35.37 56.56) | |
| LCH | lch(68.18 66.71 122.02) | color: lch(68.18 66.71 122.02) |
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)
#999A55 — rgb(153, 154, 85)
Deuteranopia (Green-blind)
#96935C — rgb(150, 147, 92)
Tritanopia (Blue-blind)
#866D72 — rgb(134, 109, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 54%, 46%);
text
color: hsl(83, 54%, 46%);
border
border: 2px solid hsl(83, 54%, 46%);
gradient light
background: linear-gradient(to right, hsl(83, 54%, 66%), hsl(83, 54%, 46%));
gradient dark
background: linear-gradient(to right, hsl(83, 54%, 46%), hsl(83, 54%, 26%))
hex
background-color: #84B536;
tailwind
bg-[hsl(83,54%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 54%, 46%, 0.4);
css variable
--color-primary: hsl(83, 54%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 54%, 46%)?
HEX: #84B536 | RGB: rgb(132, 181, 54) | CMYK: 27%, 0%, 70%, 29% | HSV: 83°, 70%, 71%. Copy any format from the conversion table above.
What colors go well with #84B536?
The complementary color is HSL(263, 54%, 46%). 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, 54%, 46%) in CSS?
As HSL: color: hsl(83, 54%, 46%); — As HEX: color: #84B536; — As RGB: color: rgb(132, 181, 54); — Tailwind CSS: bg-[hsl(83,54%,46%)] — CSS variable: --color-primary: hsl(83, 54%, 46%);