HSL(78, 10%, 33%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(78,10%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 10%, 33%) | color: hsl(78, 10%, 33%) | |
| HEX | #585D4C | color: #585D4C | |
| RGB | rgb(88, 93, 76) | color: rgb(88, 93, 76) | |
| CMYK | cmyk(5%, 0%, 18%, 64%) | — | |
| HSV | hsv(78, 18%, 36%) | — | |
| HWB | hwb(78 30% 64%) | color: hwb(78 30% 64%) | |
| OKLCH | oklch(0.4687 0.0273 120.78) | color: oklch(0.4687 0.0273 120.78) | |
| Lab | lab(38.6 -5.39 9.12) | color: lab(38.6 -5.39 9.12) | |
| LCH | lch(38.6 10.59 120.58) | color: lch(38.6 10.59 120.58) |
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)
#5A5A50 — rgb(90, 90, 80)
Deuteranopia (Green-blind)
#5A5A51 — rgb(90, 90, 81)
Tritanopia (Blue-blind)
#585354 — rgb(88, 83, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 10%, 33%);
text
color: hsl(78, 10%, 33%);
border
border: 2px solid hsl(78, 10%, 33%);
gradient light
background: linear-gradient(to right, hsl(78, 10%, 53%), hsl(78, 10%, 33%));
gradient dark
background: linear-gradient(to right, hsl(78, 10%, 33%), hsl(78, 10%, 13%))
hex
background-color: #585D4C;
tailwind
bg-[hsl(78,10%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 10%, 33%, 0.4);
css variable
--color-primary: hsl(78, 10%, 33%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(78, 10%, 33%)?
HEX: #585D4C | RGB: rgb(88, 93, 76) | CMYK: 5%, 0%, 18%, 64% | HSV: 78°, 18%, 36%. Copy any format from the conversion table above.
What colors go well with #585D4C?
The complementary color is HSL(258, 10%, 33%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 10%, 33%) in CSS?
As HSL: color: hsl(78, 10%, 33%); — As HEX: color: #585D4C; — As RGB: color: rgb(88, 93, 76); — Tailwind CSS: bg-[hsl(78,10%,33%)] — CSS variable: --color-primary: hsl(78, 10%, 33%);