HSL(28, 1%, 39%)
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(28,1%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 1%, 39%) | color: hsl(28, 1%, 39%) | |
| HEX | #646362 | color: #646362 | |
| RGB | rgb(100, 99, 98) | color: rgb(100, 99, 98) | |
| CMYK | cmyk(0%, 1%, 2%, 61%) | — | |
| HSV | hsv(30, 2%, 39%) | — | |
| HWB | hwb(30 38% 61%) | color: hwb(30 38% 61%) | |
| OKLCH | oklch(0.5003 0.002 67.78) | color: oklch(0.5003 0.002 67.78) | |
| Lab | lab(42.02 0.19 0.71) | color: lab(42.02 0.19 0.71) | |
| LCH | lch(42.02 0.73 75.02) | color: lch(42.02 0.73 75.02) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#646462 — rgb(100, 100, 98)
Deuteranopia (Green-blind)
#646462 — rgb(100, 100, 98)
Tritanopia (Blue-blind)
#646262 — rgb(100, 98, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 1%, 39%);
text
color: hsl(28, 1%, 39%);
border
border: 2px solid hsl(28, 1%, 39%);
gradient light
background: linear-gradient(to right, hsl(28, 1%, 59%), hsl(28, 1%, 39%));
gradient dark
background: linear-gradient(to right, hsl(28, 1%, 39%), hsl(28, 1%, 19%))
hex
background-color: #646362;
tailwind
bg-[hsl(28,1%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 1%, 39%, 0.4);
css variable
--color-primary: hsl(28, 1%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(28, 1%, 39%)?
HEX: #646362 | RGB: rgb(100, 99, 98) | CMYK: 0%, 1%, 2%, 61% | HSV: 30°, 2%, 39%. Copy any format from the conversion table above.
What colors go well with #646362?
The complementary color is HSL(208, 1%, 39%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 1%, 39%) in CSS?
As HSL: color: hsl(28, 1%, 39%); — As HEX: color: #646362; — As RGB: color: rgb(100, 99, 98); — Tailwind CSS: bg-[hsl(28,1%,39%)] — CSS variable: --color-primary: hsl(28, 1%, 39%);