HSL(115, 5%, 29%)
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(115,5%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 5%, 29%) | color: hsl(115, 5%, 29%) | |
| HEX | #474E46 | color: #474E46 | |
| RGB | rgb(71, 78, 70) | color: rgb(71, 78, 70) | |
| CMYK | cmyk(9%, 0%, 10%, 69%) | — | |
| HSV | hsv(113, 10%, 31%) | — | |
| HWB | hwb(113 28% 69%) | color: hwb(113 28% 69%) | |
| OKLCH | oklch(0.4149 0.0159 141.73) | color: oklch(0.4149 0.0159 141.73) | |
| Lab | lab(32.33 -4.59 3.78) | color: lab(32.33 -4.59 3.78) | |
| LCH | lch(32.33 5.95 140.53) | color: lch(32.33 5.95 140.53) |
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)
#4A4A48 — rgb(74, 74, 72)
Deuteranopia (Green-blind)
#4A4948 — rgb(74, 73, 72)
Tritanopia (Blue-blind)
#47494A — rgb(71, 73, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 5%, 29%);
text
color: hsl(115, 5%, 29%);
border
border: 2px solid hsl(115, 5%, 29%);
gradient light
background: linear-gradient(to right, hsl(115, 5%, 49%), hsl(115, 5%, 29%));
gradient dark
background: linear-gradient(to right, hsl(115, 5%, 29%), hsl(115, 5%, 9%))
hex
background-color: #474E46;
tailwind
bg-[hsl(115,5%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 5%, 29%, 0.4);
css variable
--color-primary: hsl(115, 5%, 29%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(115, 5%, 29%)?
HEX: #474E46 | RGB: rgb(71, 78, 70) | CMYK: 9%, 0%, 10%, 69% | HSV: 113°, 10%, 31%. Copy any format from the conversion table above.
What colors go well with #474E46?
The complementary color is HSL(295, 5%, 29%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 5%, 29%) in CSS?
As HSL: color: hsl(115, 5%, 29%); — As HEX: color: #474E46; — As RGB: color: rgb(71, 78, 70); — Tailwind CSS: bg-[hsl(115,5%,29%)] — CSS variable: --color-primary: hsl(115, 5%, 29%);