HSL(227, 3%, 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(227,3%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 3%, 59%) | color: hsl(227, 3%, 59%) | |
| HEX | #93959A | color: #93959A | |
| RGB | rgb(147, 149, 154) | color: rgb(147, 149, 154) | |
| CMYK | cmyk(5%, 3%, 0%, 40%) | — | |
| HSV | hsv(223, 5%, 60%) | — | |
| HWB | hwb(223 57% 40%) | color: hwb(223 57% 40%) | |
| OKLCH | oklch(0.6697 0.0077 268.52) | color: oklch(0.6697 0.0077 268.52) | |
| Lab | lab(61.68 0.27 -2.88) | color: lab(61.68 0.27 -2.88) | |
| LCH | lch(61.68 2.89 275.36) | color: lch(61.68 2.89 275.36) |
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)
#949499 — rgb(148, 148, 153)
Deuteranopia (Green-blind)
#949499 — rgb(148, 148, 153)
Tritanopia (Blue-blind)
#939898 — rgb(147, 152, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 3%, 59%);
text
color: hsl(227, 3%, 59%);
border
border: 2px solid hsl(227, 3%, 59%);
gradient light
background: linear-gradient(to right, hsl(227, 3%, 79%), hsl(227, 3%, 59%));
gradient dark
background: linear-gradient(to right, hsl(227, 3%, 59%), hsl(227, 3%, 39%))
hex
background-color: #93959A;
tailwind
bg-[hsl(227,3%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 3%, 59%, 0.4);
css variable
--color-primary: hsl(227, 3%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(227, 3%, 59%)?
HEX: #93959A | RGB: rgb(147, 149, 154) | CMYK: 5%, 3%, 0%, 40% | HSV: 223°, 5%, 60%. Copy any format from the conversion table above.
What colors go well with #93959A?
The complementary color is HSL(47, 3%, 59%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 3%, 59%) in CSS?
As HSL: color: hsl(227, 3%, 59%); — As HEX: color: #93959A; — As RGB: color: rgb(147, 149, 154); — Tailwind CSS: bg-[hsl(227,3%,59%)] — CSS variable: --color-primary: hsl(227, 3%, 59%);