HSL(83, 68%, 46%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,68%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 68%, 46%) | color: hsl(83, 68%, 46%) | |
| HEX | #88C526 | color: #88C526 | |
| RGB | rgb(136, 197, 38) | color: rgb(136, 197, 38) | |
| CMYK | cmyk(31%, 0%, 81%, 23%) | — | |
| HSV | hsv(83, 81%, 77%) | — | |
| HWB | hwb(83 15% 23%) | color: hwb(83 15% 23%) | |
| OKLCH | oklch(0.754 0.1889 129.37) | color: oklch(0.754 0.1889 129.37) | |
| Lab | lab(73.09 -41.82 66.57) | color: lab(73.09 -41.82 66.57) | |
| LCH | lch(73.09 78.62 122.14) | color: lch(73.09 78.62 122.14) |
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)
#A2A34C — rgb(162, 163, 76)
Deuteranopia (Green-blind)
#9F9A56 — rgb(159, 154, 86)
Tritanopia (Blue-blind)
#8B6B72 — rgb(139, 107, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 68%, 46%);
text
color: hsl(83, 68%, 46%);
border
border: 2px solid hsl(83, 68%, 46%);
gradient light
background: linear-gradient(to right, hsl(83, 68%, 66%), hsl(83, 68%, 46%));
gradient dark
background: linear-gradient(to right, hsl(83, 68%, 46%), hsl(83, 68%, 26%))
hex
background-color: #88C526;
tailwind
bg-[hsl(83,68%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 68%, 46%, 0.4);
css variable
--color-primary: hsl(83, 68%, 46%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 68%, 46%)?
HEX: #88C526 | RGB: rgb(136, 197, 38) | CMYK: 31%, 0%, 81%, 23% | HSV: 83°, 81%, 77%. Copy any format from the conversion table above.
What colors go well with #88C526?
The complementary color is HSL(263, 68%, 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, 68%, 46%) in CSS?
As HSL: color: hsl(83, 68%, 46%); — As HEX: color: #88C526; — As RGB: color: rgb(136, 197, 38); — Tailwind CSS: bg-[hsl(83,68%,46%)] — CSS variable: --color-primary: hsl(83, 68%, 46%);