HSL(166, 5%, 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(166,5%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 5%, 35%) | color: hsl(166, 5%, 35%) | |
| HEX | #555E5C | color: #555E5C | |
| RGB | rgb(85, 94, 92) | color: rgb(85, 94, 92) | |
| CMYK | cmyk(10%, 0%, 2%, 63%) | — | |
| HSV | hsv(167, 10%, 37%) | — | |
| HWB | hwb(167 33% 63%) | color: hwb(167 33% 63%) | |
| OKLCH | oklch(0.4734 0.0117 180.99) | color: oklch(0.4734 0.0117 180.99) | |
| Lab | lab(39.09 -3.94 -0.05) | color: lab(39.09 -3.94 -0.05) | |
| LCH | lch(39.09 3.94 180.73) | color: lch(39.09 3.94 180.73) |
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)
#59595C — rgb(89, 89, 92)
Deuteranopia (Green-blind)
#58585D — rgb(88, 88, 93)
Tritanopia (Blue-blind)
#555D5D — rgb(85, 93, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 5%, 35%);
text
color: hsl(166, 5%, 35%);
border
border: 2px solid hsl(166, 5%, 35%);
gradient light
background: linear-gradient(to right, hsl(166, 5%, 55%), hsl(166, 5%, 35%));
gradient dark
background: linear-gradient(to right, hsl(166, 5%, 35%), hsl(166, 5%, 15%))
hex
background-color: #555E5C;
tailwind
bg-[hsl(166,5%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 5%, 35%, 0.4);
css variable
--color-primary: hsl(166, 5%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(166, 5%, 35%)?
HEX: #555E5C | RGB: rgb(85, 94, 92) | CMYK: 10%, 0%, 2%, 63% | HSV: 167°, 10%, 37%. Copy any format from the conversion table above.
What colors go well with #555E5C?
The complementary color is HSL(346, 5%, 35%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 5%, 35%) in CSS?
As HSL: color: hsl(166, 5%, 35%); — As HEX: color: #555E5C; — As RGB: color: rgb(85, 94, 92); — Tailwind CSS: bg-[hsl(166,5%,35%)] — CSS variable: --color-primary: hsl(166, 5%, 35%);