HSL(327, 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(327,7%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 7%, 23%) | color: hsl(327, 7%, 23%) | |
| HEX | #3F373B | color: #3F373B | |
| RGB | rgb(63, 55, 59) | color: rgb(63, 55, 59) | |
| CMYK | cmyk(0%, 13%, 6%, 75%) | — | |
| HSV | hsv(330, 13%, 25%) | — | |
| HWB | hwb(330 22% 75%) | color: hwb(330 22% 75%) | |
| OKLCH | oklch(0.3466 0.0131 346.1) | color: oklch(0.3466 0.0131 346.1) | |
| Lab | lab(24.02 4.36 -1.2) | color: lab(24.02 4.36 -1.2) | |
| LCH | lch(24.02 4.52 344.61) | color: lch(24.02 4.52 344.61) |
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)
#3C3B3A — rgb(60, 59, 58)
Deuteranopia (Green-blind)
#3C3D3A — rgb(60, 61, 58)
Tritanopia (Blue-blind)
#3F3939 — rgb(63, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 7%, 23%);
text
color: hsl(327, 7%, 23%);
border
border: 2px solid hsl(327, 7%, 23%);
gradient light
background: linear-gradient(to right, hsl(327, 7%, 43%), hsl(327, 7%, 23%));
gradient dark
background: linear-gradient(to right, hsl(327, 7%, 23%), hsl(327, 7%, 3%))
hex
background-color: #3F373B;
tailwind
bg-[hsl(327,7%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 7%, 23%, 0.4);
css variable
--color-primary: hsl(327, 7%, 23%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(327, 7%, 23%)?
HEX: #3F373B | RGB: rgb(63, 55, 59) | CMYK: 0%, 13%, 6%, 75% | HSV: 330°, 13%, 25%. Copy any format from the conversion table above.
What colors go well with #3F373B?
The complementary color is HSL(147, 7%, 23%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 7%, 23%) in CSS?
As HSL: color: hsl(327, 7%, 23%); — As HEX: color: #3F373B; — As RGB: color: rgb(63, 55, 59); — Tailwind CSS: bg-[hsl(327,7%,23%)] — CSS variable: --color-primary: hsl(327, 7%, 23%);