HSL(255, 5%, 59%)
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(255,5%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 5%, 59%) | color: hsl(255, 5%, 59%) | |
| HEX | #94919C | color: #94919C | |
| RGB | rgb(148, 145, 156) | color: rgb(148, 145, 156) | |
| CMYK | cmyk(5%, 7%, 0%, 39%) | — | |
| HSV | hsv(256, 7%, 61%) | — | |
| HWB | hwb(256 57% 39%) | color: hwb(256 57% 39%) | |
| OKLCH | oklch(0.6627 0.0164 298.4) | color: oklch(0.6627 0.0164 298.4) | |
| Lab | lab(60.73 3.27 -5.4) | color: lab(60.73 3.27 -5.4) | |
| LCH | lch(60.73 6.31 301.2) | color: lch(60.73 6.31 301.2) |
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)
#939399 — rgb(147, 147, 153)
Deuteranopia (Green-blind)
#939399 — rgb(147, 147, 153)
Tritanopia (Blue-blind)
#949797 — rgb(148, 151, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 5%, 59%);
text
color: hsl(255, 5%, 59%);
border
border: 2px solid hsl(255, 5%, 59%);
gradient light
background: linear-gradient(to right, hsl(255, 5%, 79%), hsl(255, 5%, 59%));
gradient dark
background: linear-gradient(to right, hsl(255, 5%, 59%), hsl(255, 5%, 39%))
hex
background-color: #94919C;
tailwind
bg-[hsl(255,5%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 5%, 59%, 0.4);
css variable
--color-primary: hsl(255, 5%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(255, 5%, 59%)?
HEX: #94919C | RGB: rgb(148, 145, 156) | CMYK: 5%, 7%, 0%, 39% | HSV: 256°, 7%, 61%. Copy any format from the conversion table above.
What colors go well with #94919C?
The complementary color is HSL(75, 5%, 59%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 5%, 59%) in CSS?
As HSL: color: hsl(255, 5%, 59%); — As HEX: color: #94919C; — As RGB: color: rgb(148, 145, 156); — Tailwind CSS: bg-[hsl(255,5%,59%)] — CSS variable: --color-primary: hsl(255, 5%, 59%);