HSL(261, 2%, 24%)
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(261,2%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(261, 2%, 24%) | color: hsl(261, 2%, 24%) | |
| HEX | #3D3C3E | color: #3D3C3E | |
| RGB | rgb(61, 60, 62) | color: rgb(61, 60, 62) | |
| CMYK | cmyk(2%, 3%, 0%, 76%) | — | |
| HSV | hsv(270, 3%, 24%) | — | |
| HWB | hwb(270 23% 76%) | color: hwb(270 23% 76%) | |
| OKLCH | oklch(0.3579 0.0036 308.35) | color: oklch(0.3579 0.0036 308.35) | |
| Lab | lab(25.48 0.88 -1.08) | color: lab(25.48 0.88 -1.08) | |
| LCH | lch(25.48 1.39 309.17) | color: lch(25.48 1.39 309.17) |
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)
#3D3D3E — rgb(61, 61, 62)
Deuteranopia (Green-blind)
#3D3D3D — rgb(61, 61, 61)
Tritanopia (Blue-blind)
#3D3D3D — rgb(61, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(261, 2%, 24%);
text
color: hsl(261, 2%, 24%);
border
border: 2px solid hsl(261, 2%, 24%);
gradient light
background: linear-gradient(to right, hsl(261, 2%, 44%), hsl(261, 2%, 24%));
gradient dark
background: linear-gradient(to right, hsl(261, 2%, 24%), hsl(261, 2%, 4%))
hex
background-color: #3D3C3E;
tailwind
bg-[hsl(261,2%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(261, 2%, 24%, 0.4);
css variable
--color-primary: hsl(261, 2%, 24%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(261, 2%, 24%)?
HEX: #3D3C3E | RGB: rgb(61, 60, 62) | CMYK: 2%, 3%, 0%, 76% | HSV: 270°, 3%, 24%. Copy any format from the conversion table above.
What colors go well with #3D3C3E?
The complementary color is HSL(81, 2%, 24%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(261, 2%, 24%) in CSS?
As HSL: color: hsl(261, 2%, 24%); — As HEX: color: #3D3C3E; — As RGB: color: rgb(61, 60, 62); — Tailwind CSS: bg-[hsl(261,2%,24%)] — CSS variable: --color-primary: hsl(261, 2%, 24%);