HSL(38, 5%, 28%)
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(38,5%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 5%, 28%) | color: hsl(38, 5%, 28%) | |
| HEX | #4B4844 | color: #4B4844 | |
| RGB | rgb(75, 72, 68) | color: rgb(75, 72, 68) | |
| CMYK | cmyk(0%, 4%, 9%, 71%) | — | |
| HSV | hsv(34, 9%, 29%) | — | |
| HWB | hwb(34 26% 71%) | color: hwb(34 26% 71%) | |
| OKLCH | oklch(0.4032 0.0077 75.33) | color: oklch(0.4032 0.0077 75.33) | |
| Lab | lab(30.75 0.42 2.84) | color: lab(30.75 0.42 2.84) | |
| LCH | lch(30.75 2.87 81.59) | color: lch(30.75 2.87 81.59) |
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)
#4A4A45 — rgb(74, 74, 69)
Deuteranopia (Green-blind)
#4A4A45 — rgb(74, 74, 69)
Tritanopia (Blue-blind)
#4B4646 — rgb(75, 70, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 5%, 28%);
text
color: hsl(38, 5%, 28%);
border
border: 2px solid hsl(38, 5%, 28%);
gradient light
background: linear-gradient(to right, hsl(38, 5%, 48%), hsl(38, 5%, 28%));
gradient dark
background: linear-gradient(to right, hsl(38, 5%, 28%), hsl(38, 5%, 8%))
hex
background-color: #4B4844;
tailwind
bg-[hsl(38,5%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 5%, 28%, 0.4);
css variable
--color-primary: hsl(38, 5%, 28%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(38, 5%, 28%)?
HEX: #4B4844 | RGB: rgb(75, 72, 68) | CMYK: 0%, 4%, 9%, 71% | HSV: 34°, 9%, 29%. Copy any format from the conversion table above.
What colors go well with #4B4844?
The complementary color is HSL(218, 5%, 28%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 5%, 28%) in CSS?
As HSL: color: hsl(38, 5%, 28%); — As HEX: color: #4B4844; — As RGB: color: rgb(75, 72, 68); — Tailwind CSS: bg-[hsl(38,5%,28%)] — CSS variable: --color-primary: hsl(38, 5%, 28%);