HSL(11, 0%, 51%)
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(11,0%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 0%, 51%) | color: hsl(11, 0%, 51%) | |
| HEX | #828282 | color: #828282 | |
| RGB | rgb(130, 130, 130) | color: rgb(130, 130, 130) | |
| CMYK | cmyk(0%, 0%, 0%, 49%) | — | |
| HSV | hsv(0, 0%, 51%) | — | |
| HWB | hwb(0 51% 49%) | color: hwb(0 51% 49%) | |
| OKLCH | oklch(0.6066 0 89.88) | color: oklch(0.6066 0 89.88) | |
| Lab | lab(54.37 -0 0) | color: lab(54.37 -0 0) | |
| LCH | lch(54.37 0 180) | color: lch(54.37 0 180) |
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)
#828282 — rgb(130, 130, 130)
Deuteranopia (Green-blind)
#828282 — rgb(130, 130, 130)
Tritanopia (Blue-blind)
#828282 — rgb(130, 130, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 0%, 51%);
text
color: hsl(11, 0%, 51%);
border
border: 2px solid hsl(11, 0%, 51%);
gradient light
background: linear-gradient(to right, hsl(11, 0%, 71%), hsl(11, 0%, 51%));
gradient dark
background: linear-gradient(to right, hsl(11, 0%, 51%), hsl(11, 0%, 31%))
hex
background-color: #828282;
tailwind
bg-[hsl(11,0%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 0%, 51%, 0.4);
css variable
--color-primary: hsl(11, 0%, 51%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(11, 0%, 51%)?
HEX: #828282 | RGB: rgb(130, 130, 130) | CMYK: 0%, 0%, 0%, 49% | HSV: 0°, 0%, 51%. Copy any format from the conversion table above.
What colors go well with #828282?
The complementary color is HSL(191, 0%, 51%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 0%, 51%) in CSS?
As HSL: color: hsl(11, 0%, 51%); — As HEX: color: #828282; — As RGB: color: rgb(130, 130, 130); — Tailwind CSS: bg-[hsl(11,0%,51%)] — CSS variable: --color-primary: hsl(11, 0%, 51%);