HSL(124, 9%, 43%)
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(124,9%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 9%, 43%) | color: hsl(124, 9%, 43%) | |
| HEX | #647865 | color: #647865 | |
| RGB | rgb(100, 120, 101) | color: rgb(100, 120, 101) | |
| CMYK | cmyk(17%, 0%, 16%, 53%) | — | |
| HSV | hsv(123, 17%, 47%) | — | |
| HWB | hwb(123 39% 53%) | color: hwb(123 39% 53%) | |
| OKLCH | oklch(0.5507 0.0374 146.38) | color: oklch(0.5507 0.0374 146.38) | |
| Lab | lab(48.36 -11.37 8.02) | color: lab(48.36 -11.37 8.02) | |
| LCH | lch(48.36 13.91 144.8) | color: lch(48.36 13.91 144.8) |
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)
#6D6D6A — rgb(109, 109, 106)
Deuteranopia (Green-blind)
#6C6A6B — rgb(108, 106, 107)
Tritanopia (Blue-blind)
#656D6E — rgb(101, 109, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 9%, 43%);
text
color: hsl(124, 9%, 43%);
border
border: 2px solid hsl(124, 9%, 43%);
gradient light
background: linear-gradient(to right, hsl(124, 9%, 63%), hsl(124, 9%, 43%));
gradient dark
background: linear-gradient(to right, hsl(124, 9%, 43%), hsl(124, 9%, 23%))
hex
background-color: #647865;
tailwind
bg-[hsl(124,9%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 9%, 43%, 0.4);
css variable
--color-primary: hsl(124, 9%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(124, 9%, 43%)?
HEX: #647865 | RGB: rgb(100, 120, 101) | CMYK: 17%, 0%, 16%, 53% | HSV: 123°, 17%, 47%. Copy any format from the conversion table above.
What colors go well with #647865?
The complementary color is HSL(304, 9%, 43%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 9%, 43%) in CSS?
As HSL: color: hsl(124, 9%, 43%); — As HEX: color: #647865; — As RGB: color: rgb(100, 120, 101); — Tailwind CSS: bg-[hsl(124,9%,43%)] — CSS variable: --color-primary: hsl(124, 9%, 43%);