HSL(7, 7%, 53%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(7,7%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 7%, 53%) | color: hsl(7, 7%, 53%) | |
| HEX | #90817F | color: #90817F | |
| RGB | rgb(144, 129, 127) | color: rgb(144, 129, 127) | |
| CMYK | cmyk(0%, 10%, 12%, 44%) | — | |
| HSV | hsv(7, 12%, 56%) | — | |
| HWB | hwb(7 49% 44%) | color: hwb(7 49% 44%) | |
| OKLCH | oklch(0.6162 0.0186 26.75) | color: oklch(0.6162 0.0186 26.75) | |
| Lab | lab(55.24 5.33 3.16) | color: lab(55.24 5.33 3.16) | |
| LCH | lch(55.24 6.2 30.66) | color: lch(55.24 6.2 30.66) |
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)
#8A897F — rgb(138, 137, 127)
Deuteranopia (Green-blind)
#8A8C80 — rgb(138, 140, 128)
Tritanopia (Blue-blind)
#8F8080 — rgb(143, 128, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 7%, 53%);
text
color: hsl(7, 7%, 53%);
border
border: 2px solid hsl(7, 7%, 53%);
gradient light
background: linear-gradient(to right, hsl(7, 7%, 73%), hsl(7, 7%, 53%));
gradient dark
background: linear-gradient(to right, hsl(7, 7%, 53%), hsl(7, 7%, 33%))
hex
background-color: #90817F;
tailwind
bg-[hsl(7,7%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 7%, 53%, 0.4);
css variable
--color-primary: hsl(7, 7%, 53%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(7, 7%, 53%)?
HEX: #90817F | RGB: rgb(144, 129, 127) | CMYK: 0%, 10%, 12%, 44% | HSV: 7°, 12%, 56%. Copy any format from the conversion table above.
What colors go well with #90817F?
The complementary color is HSL(187, 7%, 53%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 7%, 53%) in CSS?
As HSL: color: hsl(7, 7%, 53%); — As HEX: color: #90817F; — As RGB: color: rgb(144, 129, 127); — Tailwind CSS: bg-[hsl(7,7%,53%)] — CSS variable: --color-primary: hsl(7, 7%, 53%);