HSL(345, 3%, 56%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(345,3%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 3%, 56%) | color: hsl(345, 3%, 56%) | |
| HEX | #928B8D | color: #928B8D | |
| RGB | rgb(146, 139, 141) | color: rgb(146, 139, 141) | |
| CMYK | cmyk(0%, 5%, 3%, 43%) | — | |
| HSV | hsv(343, 5%, 57%) | — | |
| HWB | hwb(343 54% 43%) | color: hwb(343 54% 43%) | |
| OKLCH | oklch(0.6434 0.0088 357.95) | color: oklch(0.6434 0.0088 357.95) | |
| Lab | lab(58.51 2.98 -0.14) | color: lab(58.51 2.98 -0.14) | |
| LCH | lch(58.51 2.98 357.31) | color: lch(58.51 2.98 357.31) |
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)
#8F8F8D — rgb(143, 143, 141)
Deuteranopia (Green-blind)
#8F908C — rgb(143, 144, 140)
Tritanopia (Blue-blind)
#928C8C — rgb(146, 140, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 3%, 56%);
text
color: hsl(345, 3%, 56%);
border
border: 2px solid hsl(345, 3%, 56%);
gradient light
background: linear-gradient(to right, hsl(345, 3%, 76%), hsl(345, 3%, 56%));
gradient dark
background: linear-gradient(to right, hsl(345, 3%, 56%), hsl(345, 3%, 36%))
hex
background-color: #928B8D;
tailwind
bg-[hsl(345,3%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 3%, 56%, 0.4);
css variable
--color-primary: hsl(345, 3%, 56%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(345, 3%, 56%)?
HEX: #928B8D | RGB: rgb(146, 139, 141) | CMYK: 0%, 5%, 3%, 43% | HSV: 343°, 5%, 57%. Copy any format from the conversion table above.
What colors go well with #928B8D?
The complementary color is HSL(165, 3%, 56%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(345, 3%, 56%) in CSS?
As HSL: color: hsl(345, 3%, 56%); — As HEX: color: #928B8D; — As RGB: color: rgb(146, 139, 141); — Tailwind CSS: bg-[hsl(345,3%,56%)] — CSS variable: --color-primary: hsl(345, 3%, 56%);