HSL(280, 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(280,5%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 5%, 59%) | color: hsl(280, 5%, 59%) | |
| HEX | #98919C | color: #98919C | |
| RGB | rgb(152, 145, 156) | color: rgb(152, 145, 156) | |
| CMYK | cmyk(3%, 7%, 0%, 39%) | — | |
| HSV | hsv(278, 7%, 61%) | — | |
| HWB | hwb(278 57% 39%) | color: hwb(278 57% 39%) | |
| OKLCH | oklch(0.6662 0.0179 313.56) | color: oklch(0.6662 0.0179 313.56) | |
| Lab | lab(61.07 4.7 -4.87) | color: lab(61.07 4.7 -4.87) | |
| LCH | lch(61.07 6.77 313.98) | color: lch(61.07 6.77 313.98) |
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)
#959599 — rgb(149, 149, 153)
Deuteranopia (Green-blind)
#959699 — rgb(149, 150, 153)
Tritanopia (Blue-blind)
#989797 — rgb(152, 151, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 5%, 59%);
text
color: hsl(280, 5%, 59%);
border
border: 2px solid hsl(280, 5%, 59%);
gradient light
background: linear-gradient(to right, hsl(280, 5%, 79%), hsl(280, 5%, 59%));
gradient dark
background: linear-gradient(to right, hsl(280, 5%, 59%), hsl(280, 5%, 39%))
hex
background-color: #98919C;
tailwind
bg-[hsl(280,5%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 5%, 59%, 0.4);
css variable
--color-primary: hsl(280, 5%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(280, 5%, 59%)?
HEX: #98919C | RGB: rgb(152, 145, 156) | CMYK: 3%, 7%, 0%, 39% | HSV: 278°, 7%, 61%. Copy any format from the conversion table above.
What colors go well with #98919C?
The complementary color is HSL(100, 5%, 59%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 5%, 59%) in CSS?
As HSL: color: hsl(280, 5%, 59%); — As HEX: color: #98919C; — As RGB: color: rgb(152, 145, 156); — Tailwind CSS: bg-[hsl(280,5%,59%)] — CSS variable: --color-primary: hsl(280, 5%, 59%);