HSL(113, 6%, 22%)
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(113,6%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 6%, 22%) | color: hsl(113, 6%, 22%) | |
| HEX | #363B35 | color: #363B35 | |
| RGB | rgb(54, 59, 53) | color: rgb(54, 59, 53) | |
| CMYK | cmyk(8%, 0%, 10%, 77%) | — | |
| HSV | hsv(110, 10%, 23%) | — | |
| HWB | hwb(110 21% 77%) | color: hwb(110 21% 77%) | |
| OKLCH | oklch(0.3455 0.0123 140.48) | color: oklch(0.3455 0.0123 140.48) | |
| Lab | lab(24.22 -3.5 3) | color: lab(24.22 -3.5 3) | |
| LCH | lch(24.22 4.61 139.4) | color: lch(24.22 4.61 139.4) |
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)
#383836 — rgb(56, 56, 54)
Deuteranopia (Green-blind)
#383837 — rgb(56, 56, 55)
Tritanopia (Blue-blind)
#363838 — rgb(54, 56, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 6%, 22%);
text
color: hsl(113, 6%, 22%);
border
border: 2px solid hsl(113, 6%, 22%);
gradient light
background: linear-gradient(to right, hsl(113, 6%, 42%), hsl(113, 6%, 22%));
gradient dark
background: linear-gradient(to right, hsl(113, 6%, 22%), hsl(113, 6%, 2%))
hex
background-color: #363B35;
tailwind
bg-[hsl(113,6%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 6%, 22%, 0.4);
css variable
--color-primary: hsl(113, 6%, 22%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(113, 6%, 22%)?
HEX: #363B35 | RGB: rgb(54, 59, 53) | CMYK: 8%, 0%, 10%, 77% | HSV: 110°, 10%, 23%. Copy any format from the conversion table above.
What colors go well with #363B35?
The complementary color is HSL(293, 6%, 22%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 6%, 22%) in CSS?
As HSL: color: hsl(113, 6%, 22%); — As HEX: color: #363B35; — As RGB: color: rgb(54, 59, 53); — Tailwind CSS: bg-[hsl(113,6%,22%)] — CSS variable: --color-primary: hsl(113, 6%, 22%);