HSL(247, 5%, 41%)
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,5%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 5%, 41%) | color: hsl(247, 5%, 41%) | |
| HEX | #65636E | color: #65636E | |
| RGB | rgb(101, 99, 110) | color: rgb(101, 99, 110) | |
| CMYK | cmyk(8%, 10%, 0%, 57%) | — | |
| HSV | hsv(251, 10%, 43%) | — | |
| HWB | hwb(251 39% 57%) | color: hwb(251 39% 57%) | |
| OKLCH | oklch(0.5053 0.0174 294.11) | color: oklch(0.5053 0.0174 294.11) | |
| Lab | lab(42.48 3.14 -5.91) | color: lab(42.48 3.14 -5.91) | |
| LCH | lch(42.48 6.69 297.98) | color: lch(42.48 6.69 297.98) |
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)
#64646B — rgb(100, 100, 107)
Deuteranopia (Green-blind)
#64646B — rgb(100, 100, 107)
Tritanopia (Blue-blind)
#656969 — rgb(101, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 5%, 41%);
text
color: hsl(247, 5%, 41%);
border
border: 2px solid hsl(247, 5%, 41%);
gradient light
background: linear-gradient(to right, hsl(247, 5%, 61%), hsl(247, 5%, 41%));
gradient dark
background: linear-gradient(to right, hsl(247, 5%, 41%), hsl(247, 5%, 21%))
hex
background-color: #65636E;
tailwind
bg-[hsl(247,5%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 5%, 41%, 0.4);
css variable
--color-primary: hsl(247, 5%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(247, 5%, 41%)?
HEX: #65636E | RGB: rgb(101, 99, 110) | CMYK: 8%, 10%, 0%, 57% | HSV: 251°, 10%, 43%. Copy any format from the conversion table above.
What colors go well with #65636E?
The complementary color is HSL(67, 5%, 41%). 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, 5%, 41%) in CSS?
As HSL: color: hsl(247, 5%, 41%); — As HEX: color: #65636E; — As RGB: color: rgb(101, 99, 110); — Tailwind CSS: bg-[hsl(247,5%,41%)] — CSS variable: --color-primary: hsl(247, 5%, 41%);