HSL(88, 60%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,60%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 60%, 32%) | color: hsl(88, 60%, 32%) | |
| HEX | #558321 | color: #558321 | |
| RGB | rgb(85, 131, 33) | color: rgb(85, 131, 33) | |
| CMYK | cmyk(35%, 0%, 75%, 49%) | — | |
| HSV | hsv(88, 75%, 51%) | — | |
| HWB | hwb(88 13% 49%) | color: hwb(88 13% 49%) | |
| OKLCH | oklch(0.5567 0.1359 131.64) | color: oklch(0.5567 0.1359 131.64) | |
| Lab | lab(49.83 -31.95 45.25) | color: lab(49.83 -31.95 45.25) | |
| LCH | lch(49.83 55.39 125.23) | color: lch(49.83 55.39 125.23) |
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)
#696939 — rgb(105, 105, 57)
Deuteranopia (Green-blind)
#66633E — rgb(102, 99, 62)
Tritanopia (Blue-blind)
#574B50 — rgb(87, 75, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 60%, 32%);
text
color: hsl(88, 60%, 32%);
border
border: 2px solid hsl(88, 60%, 32%);
gradient light
background: linear-gradient(to right, hsl(88, 60%, 52%), hsl(88, 60%, 32%));
gradient dark
background: linear-gradient(to right, hsl(88, 60%, 32%), hsl(88, 60%, 12%))
hex
background-color: #558321;
tailwind
bg-[hsl(88,60%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 60%, 32%, 0.4);
css variable
--color-primary: hsl(88, 60%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(88, 60%, 32%)?
HEX: #558321 | RGB: rgb(85, 131, 33) | CMYK: 35%, 0%, 75%, 49% | HSV: 88°, 75%, 51%. Copy any format from the conversion table above.
What colors go well with #558321?
The complementary color is HSL(268, 60%, 32%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 60%, 32%) in CSS?
As HSL: color: hsl(88, 60%, 32%); — As HEX: color: #558321; — As RGB: color: rgb(85, 131, 33); — Tailwind CSS: bg-[hsl(88,60%,32%)] — CSS variable: --color-primary: hsl(88, 60%, 32%);