HSL(84, 9%, 38%)
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(84,9%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 9%, 38%) | color: hsl(84, 9%, 38%) | |
| HEX | #636A58 | color: #636A58 | |
| RGB | rgb(99, 106, 88) | color: rgb(99, 106, 88) | |
| CMYK | cmyk(7%, 0%, 17%, 58%) | — | |
| HSV | hsv(83, 17%, 42%) | — | |
| HWB | hwb(83 35% 58%) | color: hwb(83 35% 58%) | |
| OKLCH | oklch(0.5128 0.0289 124.72) | color: oklch(0.5128 0.0289 124.72) | |
| Lab | lab(43.75 -6.28 9.21) | color: lab(43.75 -6.28 9.21) | |
| LCH | lch(43.75 11.15 124.29) | color: lch(43.75 11.15 124.29) |
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)
#66665C — rgb(102, 102, 92)
Deuteranopia (Green-blind)
#66655D — rgb(102, 101, 93)
Tritanopia (Blue-blind)
#636061 — rgb(99, 96, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 9%, 38%);
text
color: hsl(84, 9%, 38%);
border
border: 2px solid hsl(84, 9%, 38%);
gradient light
background: linear-gradient(to right, hsl(84, 9%, 58%), hsl(84, 9%, 38%));
gradient dark
background: linear-gradient(to right, hsl(84, 9%, 38%), hsl(84, 9%, 18%))
hex
background-color: #636A58;
tailwind
bg-[hsl(84,9%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 9%, 38%, 0.4);
css variable
--color-primary: hsl(84, 9%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(84, 9%, 38%)?
HEX: #636A58 | RGB: rgb(99, 106, 88) | CMYK: 7%, 0%, 17%, 58% | HSV: 83°, 17%, 42%. Copy any format from the conversion table above.
What colors go well with #636A58?
The complementary color is HSL(264, 9%, 38%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 9%, 38%) in CSS?
As HSL: color: hsl(84, 9%, 38%); — As HEX: color: #636A58; — As RGB: color: rgb(99, 106, 88); — Tailwind CSS: bg-[hsl(84,9%,38%)] — CSS variable: --color-primary: hsl(84, 9%, 38%);