HSL(233, 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(233,1%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 1%, 35%) | color: hsl(233, 1%, 35%) | |
| HEX | #58595A | color: #58595A | |
| RGB | rgb(88, 89, 90) | color: rgb(88, 89, 90) | |
| CMYK | cmyk(2%, 1%, 0%, 65%) | — | |
| HSV | hsv(210, 2%, 35%) | — | |
| HWB | hwb(210 34% 65%) | color: hwb(210 34% 65%) | |
| OKLCH | oklch(0.4634 0.0021 247.87) | color: oklch(0.4634 0.0021 247.87) | |
| Lab | lab(37.77 -0.18 -0.72) | color: lab(37.77 -0.18 -0.72) | |
| LCH | lch(37.77 0.74 255.96) | color: lch(37.77 0.74 255.96) |
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)
#58585A — rgb(88, 88, 90)
Deuteranopia (Green-blind)
#58585A — rgb(88, 88, 90)
Tritanopia (Blue-blind)
#585A5A — rgb(88, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 1%, 35%);
text
color: hsl(233, 1%, 35%);
border
border: 2px solid hsl(233, 1%, 35%);
gradient light
background: linear-gradient(to right, hsl(233, 1%, 55%), hsl(233, 1%, 35%));
gradient dark
background: linear-gradient(to right, hsl(233, 1%, 35%), hsl(233, 1%, 15%))
hex
background-color: #58595A;
tailwind
bg-[hsl(233,1%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 1%, 35%, 0.4);
css variable
--color-primary: hsl(233, 1%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 1%, 35%)?
HEX: #58595A | RGB: rgb(88, 89, 90) | CMYK: 2%, 1%, 0%, 65% | HSV: 210°, 2%, 35%. Copy any format from the conversion table above.
What colors go well with #58595A?
The complementary color is HSL(53, 1%, 35%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 1%, 35%) in CSS?
As HSL: color: hsl(233, 1%, 35%); — As HEX: color: #58595A; — As RGB: color: rgb(88, 89, 90); — Tailwind CSS: bg-[hsl(233,1%,35%)] — CSS variable: --color-primary: hsl(233, 1%, 35%);