HSL(305, 5%, 55%)
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(305,5%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(305, 5%, 55%) | color: hsl(305, 5%, 55%) | |
| HEX | #928791 | color: #928791 | |
| RGB | rgb(146, 135, 145) | color: rgb(146, 135, 145) | |
| CMYK | cmyk(0%, 8%, 1%, 43%) | — | |
| HSV | hsv(305, 8%, 57%) | — | |
| HWB | hwb(305 52% 43%) | color: hwb(305 52% 43%) | |
| OKLCH | oklch(0.6363 0.0196 328.63) | color: oklch(0.6363 0.0196 328.63) | |
| Lab | lab(57.54 6.02 -3.85) | color: lab(57.54 6.02 -3.85) | |
| LCH | lch(57.54 7.15 327.4) | color: lch(57.54 7.15 327.4) |
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)
#8D8D8F — rgb(141, 141, 143)
Deuteranopia (Green-blind)
#8E8F8E — rgb(142, 143, 142)
Tritanopia (Blue-blind)
#918D8C — rgb(145, 141, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(305, 5%, 55%);
text
color: hsl(305, 5%, 55%);
border
border: 2px solid hsl(305, 5%, 55%);
gradient light
background: linear-gradient(to right, hsl(305, 5%, 75%), hsl(305, 5%, 55%));
gradient dark
background: linear-gradient(to right, hsl(305, 5%, 55%), hsl(305, 5%, 35%))
hex
background-color: #928791;
tailwind
bg-[hsl(305,5%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(305, 5%, 55%, 0.4);
css variable
--color-primary: hsl(305, 5%, 55%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(305, 5%, 55%)?
HEX: #928791 | RGB: rgb(146, 135, 145) | CMYK: 0%, 8%, 1%, 43% | HSV: 305°, 8%, 57%. Copy any format from the conversion table above.
What colors go well with #928791?
The complementary color is HSL(125, 5%, 55%). For a triadic harmony, use hues 305°, 65°, and 185°. For analogous combinations, try hues 275° and 335°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(305, 5%, 55%) in CSS?
As HSL: color: hsl(305, 5%, 55%); — As HEX: color: #928791; — As RGB: color: rgb(146, 135, 145); — Tailwind CSS: bg-[hsl(305,5%,55%)] — CSS variable: --color-primary: hsl(305, 5%, 55%);