HSL(142, 3%, 57%)
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(142,3%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 3%, 57%) | color: hsl(142, 3%, 57%) | |
| HEX | #8E9590 | color: #8E9590 | |
| RGB | rgb(142, 149, 144) | color: rgb(142, 149, 144) | |
| CMYK | cmyk(5%, 0%, 3%, 42%) | — | |
| HSV | hsv(137, 5%, 58%) | — | |
| HWB | hwb(137 55% 42%) | color: hwb(137 55% 42%) | |
| OKLCH | oklch(0.6626 0.0109 154.98) | color: oklch(0.6626 0.0109 154.98) | |
| Lab | lab(61.01 -3.51 1.76) | color: lab(61.01 -3.51 1.76) | |
| LCH | lch(61.01 3.93 153.37) | color: lch(61.01 3.93 153.37) |
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)
#919191 — rgb(145, 145, 145)
Deuteranopia (Green-blind)
#919092 — rgb(145, 144, 146)
Tritanopia (Blue-blind)
#8E9292 — rgb(142, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 3%, 57%);
text
color: hsl(142, 3%, 57%);
border
border: 2px solid hsl(142, 3%, 57%);
gradient light
background: linear-gradient(to right, hsl(142, 3%, 77%), hsl(142, 3%, 57%));
gradient dark
background: linear-gradient(to right, hsl(142, 3%, 57%), hsl(142, 3%, 37%))
hex
background-color: #8E9590;
tailwind
bg-[hsl(142,3%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 3%, 57%, 0.4);
css variable
--color-primary: hsl(142, 3%, 57%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(142, 3%, 57%)?
HEX: #8E9590 | RGB: rgb(142, 149, 144) | CMYK: 5%, 0%, 3%, 42% | HSV: 137°, 5%, 58%. Copy any format from the conversion table above.
What colors go well with #8E9590?
The complementary color is HSL(322, 3%, 57%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 3%, 57%) in CSS?
As HSL: color: hsl(142, 3%, 57%); — As HEX: color: #8E9590; — As RGB: color: rgb(142, 149, 144); — Tailwind CSS: bg-[hsl(142,3%,57%)] — CSS variable: --color-primary: hsl(142, 3%, 57%);