HSL(311, 6%, 48%)
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(311,6%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 6%, 48%) | color: hsl(311, 6%, 48%) | |
| HEX | #82737F | color: #82737F | |
| RGB | rgb(130, 115, 127) | color: rgb(130, 115, 127) | |
| CMYK | cmyk(0%, 12%, 2%, 49%) | — | |
| HSV | hsv(312, 12%, 51%) | — | |
| HWB | hwb(312 45% 49%) | color: hwb(312 45% 49%) | |
| OKLCH | oklch(0.5733 0.0256 332.65) | color: oklch(0.5733 0.0256 332.65) | |
| Lab | lab(50.14 8.1 -4.45) | color: lab(50.14 8.1 -4.45) | |
| LCH | lch(50.14 9.24 331.22) | color: lch(50.14 9.24 331.22) |
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)
#7C7B7C — rgb(124, 123, 124)
Deuteranopia (Green-blind)
#7C7E7B — rgb(124, 126, 123)
Tritanopia (Blue-blind)
#817A79 — rgb(129, 122, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 6%, 48%);
text
color: hsl(311, 6%, 48%);
border
border: 2px solid hsl(311, 6%, 48%);
gradient light
background: linear-gradient(to right, hsl(311, 6%, 68%), hsl(311, 6%, 48%));
gradient dark
background: linear-gradient(to right, hsl(311, 6%, 48%), hsl(311, 6%, 28%))
hex
background-color: #82737F;
tailwind
bg-[hsl(311,6%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 6%, 48%, 0.4);
css variable
--color-primary: hsl(311, 6%, 48%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(311, 6%, 48%)?
HEX: #82737F | RGB: rgb(130, 115, 127) | CMYK: 0%, 12%, 2%, 49% | HSV: 312°, 12%, 51%. Copy any format from the conversion table above.
What colors go well with #82737F?
The complementary color is HSL(131, 6%, 48%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 6%, 48%) in CSS?
As HSL: color: hsl(311, 6%, 48%); — As HEX: color: #82737F; — As RGB: color: rgb(130, 115, 127); — Tailwind CSS: bg-[hsl(311,6%,48%)] — CSS variable: --color-primary: hsl(311, 6%, 48%);