HSL(55, 5%, 26%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(55,5%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 5%, 26%) | color: hsl(55, 5%, 26%) | |
| HEX | #46453F | color: #46453F | |
| RGB | rgb(70, 69, 63) | color: rgb(70, 69, 63) | |
| CMYK | cmyk(0%, 1%, 10%, 73%) | — | |
| HSV | hsv(51, 10%, 27%) | — | |
| HWB | hwb(51 24% 73%) | color: hwb(51 24% 73%) | |
| OKLCH | oklch(0.3894 0.01 99.12) | color: oklch(0.3894 0.01 99.12) | |
| Lab | lab(29.2 -0.85 3.77) | color: lab(29.2 -0.85 3.77) | |
| LCH | lch(29.2 3.86 102.71) | color: lch(29.2 3.86 102.71) |
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)
#464640 — rgb(70, 70, 64)
Deuteranopia (Green-blind)
#464641 — rgb(70, 70, 65)
Tritanopia (Blue-blind)
#464242 — rgb(70, 66, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 5%, 26%);
text
color: hsl(55, 5%, 26%);
border
border: 2px solid hsl(55, 5%, 26%);
gradient light
background: linear-gradient(to right, hsl(55, 5%, 46%), hsl(55, 5%, 26%));
gradient dark
background: linear-gradient(to right, hsl(55, 5%, 26%), hsl(55, 5%, 6%))
hex
background-color: #46453F;
tailwind
bg-[hsl(55,5%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 5%, 26%, 0.4);
css variable
--color-primary: hsl(55, 5%, 26%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(55, 5%, 26%)?
HEX: #46453F | RGB: rgb(70, 69, 63) | CMYK: 0%, 1%, 10%, 73% | HSV: 51°, 10%, 27%. Copy any format from the conversion table above.
What colors go well with #46453F?
The complementary color is HSL(235, 5%, 26%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 5%, 26%) in CSS?
As HSL: color: hsl(55, 5%, 26%); — As HEX: color: #46453F; — As RGB: color: rgb(70, 69, 63); — Tailwind CSS: bg-[hsl(55,5%,26%)] — CSS variable: --color-primary: hsl(55, 5%, 26%);