HSL(182, 1%, 26%)
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(182,1%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 1%, 26%) | color: hsl(182, 1%, 26%) | |
| HEX | #424343 | color: #424343 | |
| RGB | rgb(66, 67, 67) | color: rgb(66, 67, 67) | |
| CMYK | cmyk(1%, 0%, 0%, 74%) | — | |
| HSV | hsv(180, 1%, 26%) | — | |
| HWB | hwb(180 26% 74%) | color: hwb(180 26% 74%) | |
| OKLCH | oklch(0.3819 0.0013 197.1) | color: oklch(0.3819 0.0013 197.1) | |
| Lab | lab(28.32 -0.42 -0.15) | color: lab(28.32 -0.42 -0.15) | |
| LCH | lch(28.32 0.45 199.65) | color: lch(28.32 0.45 199.65) |
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)
#424243 — rgb(66, 66, 67)
Deuteranopia (Green-blind)
#424243 — rgb(66, 66, 67)
Tritanopia (Blue-blind)
#424343 — rgb(66, 67, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 1%, 26%);
text
color: hsl(182, 1%, 26%);
border
border: 2px solid hsl(182, 1%, 26%);
gradient light
background: linear-gradient(to right, hsl(182, 1%, 46%), hsl(182, 1%, 26%));
gradient dark
background: linear-gradient(to right, hsl(182, 1%, 26%), hsl(182, 1%, 6%))
hex
background-color: #424343;
tailwind
bg-[hsl(182,1%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 1%, 26%, 0.4);
css variable
--color-primary: hsl(182, 1%, 26%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(182, 1%, 26%)?
HEX: #424343 | RGB: rgb(66, 67, 67) | CMYK: 1%, 0%, 0%, 74% | HSV: 180°, 1%, 26%. Copy any format from the conversion table above.
What colors go well with #424343?
The complementary color is HSL(2, 1%, 26%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 1%, 26%) in CSS?
As HSL: color: hsl(182, 1%, 26%); — As HEX: color: #424343; — As RGB: color: rgb(66, 67, 67); — Tailwind CSS: bg-[hsl(182,1%,26%)] — CSS variable: --color-primary: hsl(182, 1%, 26%);