HSL(83, 50%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,50%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 50%, 30%) | color: hsl(83, 50%, 30%) | |
| HEX | #557326 | color: #557326 | |
| RGB | rgb(85, 115, 38) | color: rgb(85, 115, 38) | |
| CMYK | cmyk(26%, 0%, 67%, 55%) | — | |
| HSV | hsv(83, 67%, 45%) | — | |
| HWB | hwb(83 15% 55%) | color: hwb(83 15% 55%) | |
| OKLCH | oklch(0.5152 0.11 127.97) | color: oklch(0.5152 0.11 127.97) | |
| Lab | lab(44.71 -23.85 37.84) | color: lab(44.71 -23.85 37.84) | |
| LCH | lch(44.71 44.73 122.22) | color: lch(44.71 44.73 122.22) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#626239 — rgb(98, 98, 57)
Deuteranopia (Green-blind)
#605E3D — rgb(96, 94, 61)
Tritanopia (Blue-blind)
#57474B — rgb(87, 71, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 50%, 30%);
text
color: hsl(83, 50%, 30%);
border
border: 2px solid hsl(83, 50%, 30%);
gradient light
background: linear-gradient(to right, hsl(83, 50%, 50%), hsl(83, 50%, 30%));
gradient dark
background: linear-gradient(to right, hsl(83, 50%, 30%), hsl(83, 50%, 10%))
hex
background-color: #557326;
tailwind
bg-[hsl(83,50%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 50%, 30%, 0.4);
css variable
--color-primary: hsl(83, 50%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 50%, 30%)?
HEX: #557326 | RGB: rgb(85, 115, 38) | CMYK: 26%, 0%, 67%, 55% | HSV: 83°, 67%, 45%. Copy any format from the conversion table above.
What colors go well with #557326?
The complementary color is HSL(263, 50%, 30%). 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, 50%, 30%) in CSS?
As HSL: color: hsl(83, 50%, 30%); — As HEX: color: #557326; — As RGB: color: rgb(85, 115, 38); — Tailwind CSS: bg-[hsl(83,50%,30%)] — CSS variable: --color-primary: hsl(83, 50%, 30%);