HSL(68, 3%, 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(68,3%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 3%, 38%) | color: hsl(68, 3%, 38%) | |
| HEX | #63645E | color: #63645E | |
| RGB | rgb(99, 100, 94) | color: rgb(99, 100, 94) | |
| CMYK | cmyk(1%, 0%, 6%, 61%) | — | |
| HSV | hsv(70, 6%, 39%) | — | |
| HWB | hwb(70 37% 61%) | color: hwb(70 37% 61%) | |
| OKLCH | oklch(0.5004 0.0094 114.42) | color: oklch(0.5004 0.0094 114.42) | |
| Lab | lab(42.12 -1.61 3.26) | color: lab(42.12 -1.61 3.26) | |
| LCH | lch(42.12 3.64 116.28) | color: lch(42.12 3.64 116.28) |
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)
#63635F — rgb(99, 99, 95)
Deuteranopia (Green-blind)
#636360 — rgb(99, 99, 96)
Tritanopia (Blue-blind)
#636161 — rgb(99, 97, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 3%, 38%);
text
color: hsl(68, 3%, 38%);
border
border: 2px solid hsl(68, 3%, 38%);
gradient light
background: linear-gradient(to right, hsl(68, 3%, 58%), hsl(68, 3%, 38%));
gradient dark
background: linear-gradient(to right, hsl(68, 3%, 38%), hsl(68, 3%, 18%))
hex
background-color: #63645E;
tailwind
bg-[hsl(68,3%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 3%, 38%, 0.4);
css variable
--color-primary: hsl(68, 3%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(68, 3%, 38%)?
HEX: #63645E | RGB: rgb(99, 100, 94) | CMYK: 1%, 0%, 6%, 61% | HSV: 70°, 6%, 39%. Copy any format from the conversion table above.
What colors go well with #63645E?
The complementary color is HSL(248, 3%, 38%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 3%, 38%) in CSS?
As HSL: color: hsl(68, 3%, 38%); — As HEX: color: #63645E; — As RGB: color: rgb(99, 100, 94); — Tailwind CSS: bg-[hsl(68,3%,38%)] — CSS variable: --color-primary: hsl(68, 3%, 38%);