HSL(333, 4%, 57%)
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(333,4%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 4%, 57%) | color: hsl(333, 4%, 57%) | |
| HEX | #968D91 | color: #968D91 | |
| RGB | rgb(150, 141, 145) | color: rgb(150, 141, 145) | |
| CMYK | cmyk(0%, 6%, 3%, 41%) | — | |
| HSV | hsv(333, 6%, 59%) | — | |
| HWB | hwb(333 55% 41%) | color: hwb(333 55% 41%) | |
| OKLCH | oklch(0.6525 0.0121 348.62) | color: oklch(0.6525 0.0121 348.62) | |
| Lab | lab(59.51 4.09 -0.92) | color: lab(59.51 4.09 -0.92) | |
| LCH | lch(59.51 4.19 347.32) | color: lch(59.51 4.19 347.32) |
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)
#929290 — rgb(146, 146, 144)
Deuteranopia (Green-blind)
#939390 — rgb(147, 147, 144)
Tritanopia (Blue-blind)
#968F8F — rgb(150, 143, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 4%, 57%);
text
color: hsl(333, 4%, 57%);
border
border: 2px solid hsl(333, 4%, 57%);
gradient light
background: linear-gradient(to right, hsl(333, 4%, 77%), hsl(333, 4%, 57%));
gradient dark
background: linear-gradient(to right, hsl(333, 4%, 57%), hsl(333, 4%, 37%))
hex
background-color: #968D91;
tailwind
bg-[hsl(333,4%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 4%, 57%, 0.4);
css variable
--color-primary: hsl(333, 4%, 57%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(333, 4%, 57%)?
HEX: #968D91 | RGB: rgb(150, 141, 145) | CMYK: 0%, 6%, 3%, 41% | HSV: 333°, 6%, 59%. Copy any format from the conversion table above.
What colors go well with #968D91?
The complementary color is HSL(153, 4%, 57%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 4%, 57%) in CSS?
As HSL: color: hsl(333, 4%, 57%); — As HEX: color: #968D91; — As RGB: color: rgb(150, 141, 145); — Tailwind CSS: bg-[hsl(333,4%,57%)] — CSS variable: --color-primary: hsl(333, 4%, 57%);