HSL(83, 1%, 35%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(83,1%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 1%, 35%) | color: hsl(83, 1%, 35%) | |
| HEX | #595A58 | color: #595A58 | |
| RGB | rgb(89, 90, 88) | color: rgb(89, 90, 88) | |
| CMYK | cmyk(1%, 0%, 2%, 65%) | — | |
| HSV | hsv(90, 2%, 35%) | — | |
| HWB | hwb(90 34% 65%) | color: hwb(90 34% 65%) | |
| OKLCH | oklch(0.466 0.0034 128.54) | color: oklch(0.466 0.0034 128.54) | |
| Lab | lab(38.09 -0.82 1.01) | color: lab(38.09 -0.82 1.01) | |
| LCH | lch(38.09 1.3 129.07) | color: lch(38.09 1.3 129.07) |
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)
#595958 — rgb(89, 89, 88)
Deuteranopia (Green-blind)
#595959 — rgb(89, 89, 89)
Tritanopia (Blue-blind)
#595959 — rgb(89, 89, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 1%, 35%);
text
color: hsl(83, 1%, 35%);
border
border: 2px solid hsl(83, 1%, 35%);
gradient light
background: linear-gradient(to right, hsl(83, 1%, 55%), hsl(83, 1%, 35%));
gradient dark
background: linear-gradient(to right, hsl(83, 1%, 35%), hsl(83, 1%, 15%))
hex
background-color: #595A58;
tailwind
bg-[hsl(83,1%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 1%, 35%, 0.4);
css variable
--color-primary: hsl(83, 1%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(83, 1%, 35%)?
HEX: #595A58 | RGB: rgb(89, 90, 88) | CMYK: 1%, 0%, 2%, 65% | HSV: 90°, 2%, 35%. Copy any format from the conversion table above.
What colors go well with #595A58?
The complementary color is HSL(263, 1%, 35%). 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, 1%, 35%) in CSS?
As HSL: color: hsl(83, 1%, 35%); — As HEX: color: #595A58; — As RGB: color: rgb(89, 90, 88); — Tailwind CSS: bg-[hsl(83,1%,35%)] — CSS variable: --color-primary: hsl(83, 1%, 35%);