HSL(46, 6%, 25%)
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(46,6%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 6%, 25%) | color: hsl(46, 6%, 25%) | |
| HEX | #44423C | color: #44423C | |
| RGB | rgb(68, 66, 60) | color: rgb(68, 66, 60) | |
| CMYK | cmyk(0%, 3%, 12%, 73%) | — | |
| HSV | hsv(45, 12%, 27%) | — | |
| HWB | hwb(45 24% 73%) | color: hwb(45 24% 73%) | |
| OKLCH | oklch(0.379 0.0103 91.62) | color: oklch(0.379 0.0103 91.62) | |
| Lab | lab(27.98 -0.42 3.95) | color: lab(27.98 -0.42 3.95) | |
| LCH | lch(27.98 3.97 96.07) | color: lch(27.98 3.97 96.07) |
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)
#43433D — rgb(67, 67, 61)
Deuteranopia (Green-blind)
#43433E — rgb(67, 67, 62)
Tritanopia (Blue-blind)
#443F3F — rgb(68, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 6%, 25%);
text
color: hsl(46, 6%, 25%);
border
border: 2px solid hsl(46, 6%, 25%);
gradient light
background: linear-gradient(to right, hsl(46, 6%, 45%), hsl(46, 6%, 25%));
gradient dark
background: linear-gradient(to right, hsl(46, 6%, 25%), hsl(46, 6%, 5%))
hex
background-color: #44423C;
tailwind
bg-[hsl(46,6%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 6%, 25%, 0.4);
css variable
--color-primary: hsl(46, 6%, 25%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(46, 6%, 25%)?
HEX: #44423C | RGB: rgb(68, 66, 60) | CMYK: 0%, 3%, 12%, 73% | HSV: 45°, 12%, 27%. Copy any format from the conversion table above.
What colors go well with #44423C?
The complementary color is HSL(226, 6%, 25%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 6%, 25%) in CSS?
As HSL: color: hsl(46, 6%, 25%); — As HEX: color: #44423C; — As RGB: color: rgb(68, 66, 60); — Tailwind CSS: bg-[hsl(46,6%,25%)] — CSS variable: --color-primary: hsl(46, 6%, 25%);