HSL(155, 8%, 55%)
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(155,8%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 8%, 55%) | color: hsl(155, 8%, 55%) | |
| HEX | #83958E | color: #83958E | |
| RGB | rgb(131, 149, 142) | color: rgb(131, 149, 142) | |
| CMYK | cmyk(12%, 0%, 5%, 42%) | — | |
| HSV | hsv(157, 12%, 58%) | — | |
| HWB | hwb(157 51% 42%) | color: hwb(157 51% 42%) | |
| OKLCH | oklch(0.6534 0.023 170.22) | color: oklch(0.6534 0.023 170.22) | |
| Lab | lab(60.13 -7.85 1.52) | color: lab(60.13 -7.85 1.52) | |
| LCH | lch(60.13 8 169.04) | color: lch(60.13 8 169.04) |
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)
#8B8B90 — rgb(139, 139, 144)
Deuteranopia (Green-blind)
#8A8890 — rgb(138, 136, 144)
Tritanopia (Blue-blind)
#849191 — rgb(132, 145, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 8%, 55%);
text
color: hsl(155, 8%, 55%);
border
border: 2px solid hsl(155, 8%, 55%);
gradient light
background: linear-gradient(to right, hsl(155, 8%, 75%), hsl(155, 8%, 55%));
gradient dark
background: linear-gradient(to right, hsl(155, 8%, 55%), hsl(155, 8%, 35%))
hex
background-color: #83958E;
tailwind
bg-[hsl(155,8%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 8%, 55%, 0.4);
css variable
--color-primary: hsl(155, 8%, 55%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(155, 8%, 55%)?
HEX: #83958E | RGB: rgb(131, 149, 142) | CMYK: 12%, 0%, 5%, 42% | HSV: 157°, 12%, 58%. Copy any format from the conversion table above.
What colors go well with #83958E?
The complementary color is HSL(335, 8%, 55%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 8%, 55%) in CSS?
As HSL: color: hsl(155, 8%, 55%); — As HEX: color: #83958E; — As RGB: color: rgb(131, 149, 142); — Tailwind CSS: bg-[hsl(155,8%,55%)] — CSS variable: --color-primary: hsl(155, 8%, 55%);