HSL(282, 5%, 28%)
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(282,5%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 5%, 28%) | color: hsl(282, 5%, 28%) | |
| HEX | #49444B | color: #49444B | |
| RGB | rgb(73, 68, 75) | color: rgb(73, 68, 75) | |
| CMYK | cmyk(3%, 9%, 0%, 71%) | — | |
| HSV | hsv(283, 9%, 29%) | — | |
| HWB | hwb(283 26% 71%) | color: hwb(283 26% 71%) | |
| OKLCH | oklch(0.3941 0.0133 316.42) | color: oklch(0.3941 0.0133 316.42) | |
| Lab | lab(29.56 3.64 -3.45) | color: lab(29.56 3.64 -3.45) | |
| LCH | lch(29.56 5.02 316.54) | color: lch(29.56 5.02 316.54) |
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)
#474749 — rgb(71, 71, 73)
Deuteranopia (Green-blind)
#474849 — rgb(71, 72, 73)
Tritanopia (Blue-blind)
#494848 — rgb(73, 72, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 5%, 28%);
text
color: hsl(282, 5%, 28%);
border
border: 2px solid hsl(282, 5%, 28%);
gradient light
background: linear-gradient(to right, hsl(282, 5%, 48%), hsl(282, 5%, 28%));
gradient dark
background: linear-gradient(to right, hsl(282, 5%, 28%), hsl(282, 5%, 8%))
hex
background-color: #49444B;
tailwind
bg-[hsl(282,5%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 5%, 28%, 0.4);
css variable
--color-primary: hsl(282, 5%, 28%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(282, 5%, 28%)?
HEX: #49444B | RGB: rgb(73, 68, 75) | CMYK: 3%, 9%, 0%, 71% | HSV: 283°, 9%, 29%. Copy any format from the conversion table above.
What colors go well with #49444B?
The complementary color is HSL(102, 5%, 28%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 5%, 28%) in CSS?
As HSL: color: hsl(282, 5%, 28%); — As HEX: color: #49444B; — As RGB: color: rgb(73, 68, 75); — Tailwind CSS: bg-[hsl(282,5%,28%)] — CSS variable: --color-primary: hsl(282, 5%, 28%);