HSL(127, 9%, 60%)
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(127,9%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 9%, 60%) | color: hsl(127, 9%, 60%) | |
| HEX | #90A292 | color: #90A292 | |
| RGB | rgb(144, 162, 146) | color: rgb(144, 162, 146) | |
| CMYK | cmyk(11%, 0%, 10%, 36%) | — | |
| HSV | hsv(127, 11%, 64%) | — | |
| HWB | hwb(127 57% 36%) | color: hwb(127 57% 36%) | |
| OKLCH | oklch(0.6934 0.0307 148.43) | color: oklch(0.6934 0.0307 148.43) | |
| Lab | lab(64.84 -9.5 6.18) | color: lab(64.84 -9.5 6.18) | |
| LCH | lch(64.84 11.33 146.95) | color: lch(64.84 11.33 146.95) |
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)
#989896 — rgb(152, 152, 150)
Deuteranopia (Green-blind)
#979597 — rgb(151, 149, 151)
Tritanopia (Blue-blind)
#91999A — rgb(145, 153, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 9%, 60%);
text
color: hsl(127, 9%, 60%);
border
border: 2px solid hsl(127, 9%, 60%);
gradient light
background: linear-gradient(to right, hsl(127, 9%, 80%), hsl(127, 9%, 60%));
gradient dark
background: linear-gradient(to right, hsl(127, 9%, 60%), hsl(127, 9%, 40%))
hex
background-color: #90A292;
tailwind
bg-[hsl(127,9%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 9%, 60%, 0.4);
css variable
--color-primary: hsl(127, 9%, 60%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(127, 9%, 60%)?
HEX: #90A292 | RGB: rgb(144, 162, 146) | CMYK: 11%, 0%, 10%, 36% | HSV: 127°, 11%, 64%. Copy any format from the conversion table above.
What colors go well with #90A292?
The complementary color is HSL(307, 9%, 60%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 9%, 60%) in CSS?
As HSL: color: hsl(127, 9%, 60%); — As HEX: color: #90A292; — As RGB: color: rgb(144, 162, 146); — Tailwind CSS: bg-[hsl(127,9%,60%)] — CSS variable: --color-primary: hsl(127, 9%, 60%);