HSL(61, 2%, 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(61,2%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 2%, 25%) | color: hsl(61, 2%, 25%) | |
| HEX | #41413E | color: #41413E | |
| RGB | rgb(65, 65, 62) | color: rgb(65, 65, 62) | |
| CMYK | cmyk(0%, 0%, 5%, 75%) | — | |
| HSV | hsv(60, 5%, 25%) | — | |
| HWB | hwb(60 24% 75%) | color: hwb(60 24% 75%) | |
| OKLCH | oklch(0.3743 0.005 106.64) | color: oklch(0.3743 0.005 106.64) | |
| Lab | lab(27.44 -0.66 1.83) | color: lab(27.44 -0.66 1.83) | |
| LCH | lch(27.44 1.95 109.83) | color: lch(27.44 1.95 109.83) |
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)
#41413F — rgb(65, 65, 63)
Deuteranopia (Green-blind)
#41413F — rgb(65, 65, 63)
Tritanopia (Blue-blind)
#413F3F — rgb(65, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 2%, 25%);
text
color: hsl(61, 2%, 25%);
border
border: 2px solid hsl(61, 2%, 25%);
gradient light
background: linear-gradient(to right, hsl(61, 2%, 45%), hsl(61, 2%, 25%));
gradient dark
background: linear-gradient(to right, hsl(61, 2%, 25%), hsl(61, 2%, 5%))
hex
background-color: #41413E;
tailwind
bg-[hsl(61,2%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 2%, 25%, 0.4);
css variable
--color-primary: hsl(61, 2%, 25%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(61, 2%, 25%)?
HEX: #41413E | RGB: rgb(65, 65, 62) | CMYK: 0%, 0%, 5%, 75% | HSV: 60°, 5%, 25%. Copy any format from the conversion table above.
What colors go well with #41413E?
The complementary color is HSL(241, 2%, 25%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 2%, 25%) in CSS?
As HSL: color: hsl(61, 2%, 25%); — As HEX: color: #41413E; — As RGB: color: rgb(65, 65, 62); — Tailwind CSS: bg-[hsl(61,2%,25%)] — CSS variable: --color-primary: hsl(61, 2%, 25%);