HSL(202, 6%, 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(202,6%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 6%, 59%) | color: hsl(202, 6%, 59%) | |
| HEX | #90989D | color: #90989D | |
| RGB | rgb(144, 152, 157) | color: rgb(144, 152, 157) | |
| CMYK | cmyk(8%, 3%, 0%, 38%) | — | |
| HSV | hsv(203, 8%, 62%) | — | |
| HWB | hwb(203 57% 38%) | color: hwb(203 57% 38%) | |
| OKLCH | oklch(0.6748 0.0118 234.91) | color: oklch(0.6748 0.0118 234.91) | |
| Lab | lab(62.36 -1.85 -3.61) | color: lab(62.36 -1.85 -3.61) | |
| LCH | lch(62.36 4.06 242.87) | color: lch(62.36 4.06 242.87) |
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)
#93949C — rgb(147, 148, 156)
Deuteranopia (Green-blind)
#93929C — rgb(147, 146, 156)
Tritanopia (Blue-blind)
#909B9B — rgb(144, 155, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 6%, 59%);
text
color: hsl(202, 6%, 59%);
border
border: 2px solid hsl(202, 6%, 59%);
gradient light
background: linear-gradient(to right, hsl(202, 6%, 79%), hsl(202, 6%, 59%));
gradient dark
background: linear-gradient(to right, hsl(202, 6%, 59%), hsl(202, 6%, 39%))
hex
background-color: #90989D;
tailwind
bg-[hsl(202,6%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 6%, 59%, 0.4);
css variable
--color-primary: hsl(202, 6%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(202, 6%, 59%)?
HEX: #90989D | RGB: rgb(144, 152, 157) | CMYK: 8%, 3%, 0%, 38% | HSV: 203°, 8%, 62%. Copy any format from the conversion table above.
What colors go well with #90989D?
The complementary color is HSL(22, 6%, 59%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 6%, 59%) in CSS?
As HSL: color: hsl(202, 6%, 59%); — As HEX: color: #90989D; — As RGB: color: rgb(144, 152, 157); — Tailwind CSS: bg-[hsl(202,6%,59%)] — CSS variable: --color-primary: hsl(202, 6%, 59%);