HSL(92, 5%, 25%)
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(92,5%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 5%, 25%) | color: hsl(92, 5%, 25%) | |
| HEX | #40433D | color: #40433D | |
| RGB | rgb(64, 67, 61) | color: rgb(64, 67, 61) | |
| CMYK | cmyk(4%, 0%, 9%, 74%) | — | |
| HSV | hsv(90, 9%, 26%) | — | |
| HWB | hwb(90 24% 74%) | color: hwb(90 24% 74%) | |
| OKLCH | oklch(0.378 0.0108 128.78) | color: oklch(0.378 0.0108 128.78) | |
| Lab | lab(27.96 -2.58 3.21) | color: lab(27.96 -2.58 3.21) | |
| LCH | lch(27.96 4.12 128.79) | color: lch(27.96 4.12 128.79) |
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)
#41413E — rgb(65, 65, 62)
Deuteranopia (Green-blind)
#41413F — rgb(65, 65, 63)
Tritanopia (Blue-blind)
#404040 — rgb(64, 64, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 5%, 25%);
text
color: hsl(92, 5%, 25%);
border
border: 2px solid hsl(92, 5%, 25%);
gradient light
background: linear-gradient(to right, hsl(92, 5%, 45%), hsl(92, 5%, 25%));
gradient dark
background: linear-gradient(to right, hsl(92, 5%, 25%), hsl(92, 5%, 5%))
hex
background-color: #40433D;
tailwind
bg-[hsl(92,5%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 5%, 25%, 0.4);
css variable
--color-primary: hsl(92, 5%, 25%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(92, 5%, 25%)?
HEX: #40433D | RGB: rgb(64, 67, 61) | CMYK: 4%, 0%, 9%, 74% | HSV: 90°, 9%, 26%. Copy any format from the conversion table above.
What colors go well with #40433D?
The complementary color is HSL(272, 5%, 25%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 5%, 25%) in CSS?
As HSL: color: hsl(92, 5%, 25%); — As HEX: color: #40433D; — As RGB: color: rgb(64, 67, 61); — Tailwind CSS: bg-[hsl(92,5%,25%)] — CSS variable: --color-primary: hsl(92, 5%, 25%);