HSL(37, 7%, 23%)
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(37,7%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 7%, 23%) | color: hsl(37, 7%, 23%) | |
| HEX | #3F3C37 | color: #3F3C37 | |
| RGB | rgb(63, 60, 55) | color: rgb(63, 60, 55) | |
| CMYK | cmyk(0%, 5%, 13%, 75%) | — | |
| HSV | hsv(38, 13%, 25%) | — | |
| HWB | hwb(38 22% 75%) | color: hwb(38 22% 75%) | |
| OKLCH | oklch(0.3575 0.0094 80.68) | color: oklch(0.3575 0.0094 80.68) | |
| Lab | lab(25.46 0.23 3.55) | color: lab(25.46 0.23 3.55) | |
| LCH | lch(25.46 3.56 86.29) | color: lch(25.46 3.56 86.29) |
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)
#3E3E38 — rgb(62, 62, 56)
Deuteranopia (Green-blind)
#3E3E39 — rgb(62, 62, 57)
Tritanopia (Blue-blind)
#3F3939 — rgb(63, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 7%, 23%);
text
color: hsl(37, 7%, 23%);
border
border: 2px solid hsl(37, 7%, 23%);
gradient light
background: linear-gradient(to right, hsl(37, 7%, 43%), hsl(37, 7%, 23%));
gradient dark
background: linear-gradient(to right, hsl(37, 7%, 23%), hsl(37, 7%, 3%))
hex
background-color: #3F3C37;
tailwind
bg-[hsl(37,7%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 7%, 23%, 0.4);
css variable
--color-primary: hsl(37, 7%, 23%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(37, 7%, 23%)?
HEX: #3F3C37 | RGB: rgb(63, 60, 55) | CMYK: 0%, 5%, 13%, 75% | HSV: 38°, 13%, 25%. Copy any format from the conversion table above.
What colors go well with #3F3C37?
The complementary color is HSL(217, 7%, 23%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 7%, 23%) in CSS?
As HSL: color: hsl(37, 7%, 23%); — As HEX: color: #3F3C37; — As RGB: color: rgb(63, 60, 55); — Tailwind CSS: bg-[hsl(37,7%,23%)] — CSS variable: --color-primary: hsl(37, 7%, 23%);