HSL(142, 9%, 63%)
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,9%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 9%, 63%) | color: hsl(142, 9%, 63%) | |
| HEX | #98A99E | color: #98A99E | |
| RGB | rgb(152, 169, 158) | color: rgb(152, 169, 158) | |
| CMYK | cmyk(10%, 0%, 7%, 34%) | — | |
| HSV | hsv(141, 10%, 66%) | — | |
| HWB | hwb(141 59% 34%) | color: hwb(141 59% 34%) | |
| OKLCH | oklch(0.7182 0.0247 157.37) | color: oklch(0.7182 0.0247 157.37) | |
| Lab | lab(67.66 -8.12 3.65) | color: lab(67.66 -8.12 3.65) | |
| LCH | lch(67.66 8.9 155.8) | color: lch(67.66 8.9 155.8) |
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)
#9FA0A1 — rgb(159, 160, 161)
Deuteranopia (Green-blind)
#9E9DA1 — rgb(158, 157, 161)
Tritanopia (Blue-blind)
#99A3A3 — rgb(153, 163, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 9%, 63%);
text
color: hsl(142, 9%, 63%);
border
border: 2px solid hsl(142, 9%, 63%);
gradient light
background: linear-gradient(to right, hsl(142, 9%, 83%), hsl(142, 9%, 63%));
gradient dark
background: linear-gradient(to right, hsl(142, 9%, 63%), hsl(142, 9%, 43%))
hex
background-color: #98A99E;
tailwind
bg-[hsl(142,9%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 9%, 63%, 0.4);
css variable
--color-primary: hsl(142, 9%, 63%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(142, 9%, 63%)?
HEX: #98A99E | RGB: rgb(152, 169, 158) | CMYK: 10%, 0%, 7%, 34% | HSV: 141°, 10%, 66%. Copy any format from the conversion table above.
What colors go well with #98A99E?
The complementary color is HSL(322, 9%, 63%). 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, 9%, 63%) in CSS?
As HSL: color: hsl(142, 9%, 63%); — As HEX: color: #98A99E; — As RGB: color: rgb(152, 169, 158); — Tailwind CSS: bg-[hsl(142,9%,63%)] — CSS variable: --color-primary: hsl(142, 9%, 63%);