HSL(63, 5%, 51%)
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(63,5%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 5%, 51%) | color: hsl(63, 5%, 51%) | |
| HEX | #88887C | color: #88887C | |
| RGB | rgb(136, 136, 124) | color: rgb(136, 136, 124) | |
| CMYK | cmyk(0%, 0%, 9%, 47%) | — | |
| HSV | hsv(60, 9%, 53%) | — | |
| HWB | hwb(60 48% 47%) | color: hwb(60 48% 47%) | |
| OKLCH | oklch(0.6232 0.0176 106.9) | color: oklch(0.6232 0.0176 106.9) | |
| Lab | lab(56.38 -2.26 6.45) | color: lab(56.38 -2.26 6.45) | |
| LCH | lch(56.38 6.83 109.31) | color: lch(56.38 6.83 109.31) |
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)
#88887F — rgb(136, 136, 127)
Deuteranopia (Green-blind)
#888880 — rgb(136, 136, 128)
Tritanopia (Blue-blind)
#888182 — rgb(136, 129, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 5%, 51%);
text
color: hsl(63, 5%, 51%);
border
border: 2px solid hsl(63, 5%, 51%);
gradient light
background: linear-gradient(to right, hsl(63, 5%, 71%), hsl(63, 5%, 51%));
gradient dark
background: linear-gradient(to right, hsl(63, 5%, 51%), hsl(63, 5%, 31%))
hex
background-color: #88887C;
tailwind
bg-[hsl(63,5%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 5%, 51%, 0.4);
css variable
--color-primary: hsl(63, 5%, 51%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(63, 5%, 51%)?
HEX: #88887C | RGB: rgb(136, 136, 124) | CMYK: 0%, 0%, 9%, 47% | HSV: 60°, 9%, 53%. Copy any format from the conversion table above.
What colors go well with #88887C?
The complementary color is HSL(243, 5%, 51%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 5%, 51%) in CSS?
As HSL: color: hsl(63, 5%, 51%); — As HEX: color: #88887C; — As RGB: color: rgb(136, 136, 124); — Tailwind CSS: bg-[hsl(63,5%,51%)] — CSS variable: --color-primary: hsl(63, 5%, 51%);