HSL(83, 1%, 52%)
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(83,1%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 1%, 52%) | color: hsl(83, 1%, 52%) | |
| HEX | #858683 | color: #858683 | |
| RGB | rgb(133, 134, 131) | color: rgb(133, 134, 131) | |
| CMYK | cmyk(1%, 0%, 2%, 47%) | — | |
| HSV | hsv(80, 2%, 53%) | — | |
| HWB | hwb(80 52% 47%) | color: hwb(80 52% 47%) | |
| OKLCH | oklch(0.6183 0.0046 121.61) | color: oklch(0.6183 0.0046 121.61) | |
| Lab | lab(55.76 -0.96 1.48) | color: lab(55.76 -0.96 1.48) | |
| LCH | lch(55.76 1.76 122.97) | color: lch(55.76 1.76 122.97) |
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)
#858584 — rgb(133, 133, 132)
Deuteranopia (Green-blind)
#858584 — rgb(133, 133, 132)
Tritanopia (Blue-blind)
#858484 — rgb(133, 132, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 1%, 52%);
text
color: hsl(83, 1%, 52%);
border
border: 2px solid hsl(83, 1%, 52%);
gradient light
background: linear-gradient(to right, hsl(83, 1%, 72%), hsl(83, 1%, 52%));
gradient dark
background: linear-gradient(to right, hsl(83, 1%, 52%), hsl(83, 1%, 32%))
hex
background-color: #858683;
tailwind
bg-[hsl(83,1%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 1%, 52%, 0.4);
css variable
--color-primary: hsl(83, 1%, 52%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(83, 1%, 52%)?
HEX: #858683 | RGB: rgb(133, 134, 131) | CMYK: 1%, 0%, 2%, 47% | HSV: 80°, 2%, 53%. Copy any format from the conversion table above.
What colors go well with #858683?
The complementary color is HSL(263, 1%, 52%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 1%, 52%) in CSS?
As HSL: color: hsl(83, 1%, 52%); — As HEX: color: #858683; — As RGB: color: rgb(133, 134, 131); — Tailwind CSS: bg-[hsl(83,1%,52%)] — CSS variable: --color-primary: hsl(83, 1%, 52%);