HSL(130, 5%, 50%)
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(130,5%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(130, 5%, 50%) | color: hsl(130, 5%, 50%) | |
| HEX | #79867B | color: #79867B | |
| RGB | rgb(121, 134, 123) | color: rgb(121, 134, 123) | |
| CMYK | cmyk(10%, 0%, 8%, 47%) | — | |
| HSV | hsv(129, 10%, 53%) | — | |
| HWB | hwb(129 48% 47%) | color: hwb(129 48% 47%) | |
| OKLCH | oklch(0.6061 0.0224 149.88) | color: oklch(0.6061 0.0224 149.88) | |
| Lab | lab(54.6 -6.99 4.31) | color: lab(54.6 -6.99 4.31) | |
| LCH | lch(54.6 8.21 148.34) | color: lch(54.6 8.21 148.34) |
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)
#7F7F7E — rgb(127, 127, 126)
Deuteranopia (Green-blind)
#7E7D7E — rgb(126, 125, 126)
Tritanopia (Blue-blind)
#7A8080 — rgb(122, 128, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(130, 5%, 50%);
text
color: hsl(130, 5%, 50%);
border
border: 2px solid hsl(130, 5%, 50%);
gradient light
background: linear-gradient(to right, hsl(130, 5%, 70%), hsl(130, 5%, 50%));
gradient dark
background: linear-gradient(to right, hsl(130, 5%, 50%), hsl(130, 5%, 30%))
hex
background-color: #79867B;
tailwind
bg-[hsl(130,5%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(130, 5%, 50%, 0.4);
css variable
--color-primary: hsl(130, 5%, 50%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(130, 5%, 50%)?
HEX: #79867B | RGB: rgb(121, 134, 123) | CMYK: 10%, 0%, 8%, 47% | HSV: 129°, 10%, 53%. Copy any format from the conversion table above.
What colors go well with #79867B?
The complementary color is HSL(310, 5%, 50%). For a triadic harmony, use hues 130°, 250°, and 10°. For analogous combinations, try hues 100° and 160°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(130, 5%, 50%) in CSS?
As HSL: color: hsl(130, 5%, 50%); — As HEX: color: #79867B; — As RGB: color: rgb(121, 134, 123); — Tailwind CSS: bg-[hsl(130,5%,50%)] — CSS variable: --color-primary: hsl(130, 5%, 50%);