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