HSL(102, 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(102,9%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 9%, 63%) | color: hsl(102, 9%, 63%) | |
| HEX | #9DA998 | color: #9DA998 | |
| RGB | rgb(157, 169, 152) | color: rgb(157, 169, 152) | |
| CMYK | cmyk(7%, 0%, 10%, 34%) | — | |
| HSV | hsv(102, 10%, 66%) | — | |
| HWB | hwb(102 59% 34%) | color: hwb(102 59% 34%) | |
| OKLCH | oklch(0.7204 0.0277 136.36) | color: oklch(0.7204 0.0277 136.36) | |
| Lab | lab(67.88 -7.46 7.33) | color: lab(67.88 -7.46 7.33) | |
| LCH | lch(67.88 10.46 135.5) | color: lch(67.88 10.46 135.5) |
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)
#A2A29C — rgb(162, 162, 156)
Deuteranopia (Green-blind)
#A2A19D — rgb(162, 161, 157)
Tritanopia (Blue-blind)
#9E9FA0 — rgb(158, 159, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 9%, 63%);
text
color: hsl(102, 9%, 63%);
border
border: 2px solid hsl(102, 9%, 63%);
gradient light
background: linear-gradient(to right, hsl(102, 9%, 83%), hsl(102, 9%, 63%));
gradient dark
background: linear-gradient(to right, hsl(102, 9%, 63%), hsl(102, 9%, 43%))
hex
background-color: #9DA998;
tailwind
bg-[hsl(102,9%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 9%, 63%, 0.4);
css variable
--color-primary: hsl(102, 9%, 63%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(102, 9%, 63%)?
HEX: #9DA998 | RGB: rgb(157, 169, 152) | CMYK: 7%, 0%, 10%, 34% | HSV: 102°, 10%, 66%. Copy any format from the conversion table above.
What colors go well with #9DA998?
The complementary color is HSL(282, 9%, 63%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 9%, 63%) in CSS?
As HSL: color: hsl(102, 9%, 63%); — As HEX: color: #9DA998; — As RGB: color: rgb(157, 169, 152); — Tailwind CSS: bg-[hsl(102,9%,63%)] — CSS variable: --color-primary: hsl(102, 9%, 63%);