HSL(233, 3%, 60%)
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,3%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 3%, 60%) | color: hsl(233, 3%, 60%) | |
| HEX | #96979C | color: #96979C | |
| RGB | rgb(150, 151, 156) | color: rgb(150, 151, 156) | |
| CMYK | cmyk(4%, 3%, 0%, 39%) | — | |
| HSV | hsv(230, 4%, 61%) | — | |
| HWB | hwb(230 59% 39%) | color: hwb(230 59% 39%) | |
| OKLCH | oklch(0.6771 0.0074 277.11) | color: oklch(0.6771 0.0074 277.11) | |
| Lab | lab(62.52 0.62 -2.75) | color: lab(62.52 0.62 -2.75) | |
| LCH | lch(62.52 2.82 282.71) | color: lch(62.52 2.82 282.71) |
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)
#96969B — rgb(150, 150, 155)
Deuteranopia (Green-blind)
#96969B — rgb(150, 150, 155)
Tritanopia (Blue-blind)
#969A9A — rgb(150, 154, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 3%, 60%);
text
color: hsl(233, 3%, 60%);
border
border: 2px solid hsl(233, 3%, 60%);
gradient light
background: linear-gradient(to right, hsl(233, 3%, 80%), hsl(233, 3%, 60%));
gradient dark
background: linear-gradient(to right, hsl(233, 3%, 60%), hsl(233, 3%, 40%))
hex
background-color: #96979C;
tailwind
bg-[hsl(233,3%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 3%, 60%, 0.4);
css variable
--color-primary: hsl(233, 3%, 60%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 3%, 60%)?
HEX: #96979C | RGB: rgb(150, 151, 156) | CMYK: 4%, 3%, 0%, 39% | HSV: 230°, 4%, 61%. Copy any format from the conversion table above.
What colors go well with #96979C?
The complementary color is HSL(53, 3%, 60%). 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, 3%, 60%) in CSS?
As HSL: color: hsl(233, 3%, 60%); — As HEX: color: #96979C; — As RGB: color: rgb(150, 151, 156); — Tailwind CSS: bg-[hsl(233,3%,60%)] — CSS variable: --color-primary: hsl(233, 3%, 60%);