HSL(68, 7%, 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(68,7%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 7%, 28%) | color: hsl(68, 7%, 28%) | |
| HEX | #4B4C42 | color: #4B4C42 | |
| RGB | rgb(75, 76, 66) | color: rgb(75, 76, 66) | |
| CMYK | cmyk(1%, 0%, 13%, 70%) | — | |
| HSV | hsv(66, 13%, 30%) | — | |
| HWB | hwb(66 26% 70%) | color: hwb(66 26% 70%) | |
| OKLCH | oklch(0.4124 0.0162 111.74) | color: oklch(0.4124 0.0162 111.74) | |
| Lab | lab(31.94 -2.49 5.81) | color: lab(31.94 -2.49 5.81) | |
| LCH | lch(31.94 6.32 113.2) | color: lch(31.94 6.32 113.2) |
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)
#4B4B44 — rgb(75, 75, 68)
Deuteranopia (Green-blind)
#4B4B45 — rgb(75, 75, 69)
Tritanopia (Blue-blind)
#4B4647 — rgb(75, 70, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 7%, 28%);
text
color: hsl(68, 7%, 28%);
border
border: 2px solid hsl(68, 7%, 28%);
gradient light
background: linear-gradient(to right, hsl(68, 7%, 48%), hsl(68, 7%, 28%));
gradient dark
background: linear-gradient(to right, hsl(68, 7%, 28%), hsl(68, 7%, 8%))
hex
background-color: #4B4C42;
tailwind
bg-[hsl(68,7%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 7%, 28%, 0.4);
css variable
--color-primary: hsl(68, 7%, 28%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(68, 7%, 28%)?
HEX: #4B4C42 | RGB: rgb(75, 76, 66) | CMYK: 1%, 0%, 13%, 70% | HSV: 66°, 13%, 30%. Copy any format from the conversion table above.
What colors go well with #4B4C42?
The complementary color is HSL(248, 7%, 28%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 7%, 28%) in CSS?
As HSL: color: hsl(68, 7%, 28%); — As HEX: color: #4B4C42; — As RGB: color: rgb(75, 76, 66); — Tailwind CSS: bg-[hsl(68,7%,28%)] — CSS variable: --color-primary: hsl(68, 7%, 28%);