HSL(247, 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(247,2%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 2%, 25%) | color: hsl(247, 2%, 25%) | |
| HEX | #3F3E41 | color: #3F3E41 | |
| RGB | rgb(63, 62, 65) | color: rgb(63, 62, 65) | |
| CMYK | cmyk(3%, 5%, 0%, 75%) | — | |
| HSV | hsv(260, 5%, 25%) | — | |
| HWB | hwb(260 24% 75%) | color: hwb(260 24% 75%) | |
| OKLCH | oklch(0.3659 0.0052 301.26) | color: oklch(0.3659 0.0052 301.26) | |
| Lab | lab(26.4 1.11 -1.68) | color: lab(26.4 1.11 -1.68) | |
| LCH | lch(26.4 2.01 303.45) | color: lch(26.4 2.01 303.45) |
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)
#3F3F40 — rgb(63, 63, 64)
Deuteranopia (Green-blind)
#3F3F40 — rgb(63, 63, 64)
Tritanopia (Blue-blind)
#3F4040 — rgb(63, 64, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 2%, 25%);
text
color: hsl(247, 2%, 25%);
border
border: 2px solid hsl(247, 2%, 25%);
gradient light
background: linear-gradient(to right, hsl(247, 2%, 45%), hsl(247, 2%, 25%));
gradient dark
background: linear-gradient(to right, hsl(247, 2%, 25%), hsl(247, 2%, 5%))
hex
background-color: #3F3E41;
tailwind
bg-[hsl(247,2%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 2%, 25%, 0.4);
css variable
--color-primary: hsl(247, 2%, 25%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(247, 2%, 25%)?
HEX: #3F3E41 | RGB: rgb(63, 62, 65) | CMYK: 3%, 5%, 0%, 75% | HSV: 260°, 5%, 25%. Copy any format from the conversion table above.
What colors go well with #3F3E41?
The complementary color is HSL(67, 2%, 25%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 2%, 25%) in CSS?
As HSL: color: hsl(247, 2%, 25%); — As HEX: color: #3F3E41; — As RGB: color: rgb(63, 62, 65); — Tailwind CSS: bg-[hsl(247,2%,25%)] — CSS variable: --color-primary: hsl(247, 2%, 25%);