HSL(23, 1%, 33%)
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(23,1%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 1%, 33%) | color: hsl(23, 1%, 33%) | |
| HEX | #555453 | color: #555453 | |
| RGB | rgb(85, 84, 83) | color: rgb(85, 84, 83) | |
| CMYK | cmyk(0%, 1%, 2%, 67%) | — | |
| HSV | hsv(30, 2%, 33%) | — | |
| HWB | hwb(30 32% 67%) | color: hwb(30 32% 67%) | |
| OKLCH | oklch(0.4465 0.0021 67.77) | color: oklch(0.4465 0.0021 67.77) | |
| Lab | lab(35.78 0.19 0.73) | color: lab(35.78 0.19 0.73) | |
| LCH | lch(35.78 0.75 75.41) | color: lch(35.78 0.75 75.41) |
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)
#555553 — rgb(85, 85, 83)
Deuteranopia (Green-blind)
#555553 — rgb(85, 85, 83)
Tritanopia (Blue-blind)
#555353 — rgb(85, 83, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 1%, 33%);
text
color: hsl(23, 1%, 33%);
border
border: 2px solid hsl(23, 1%, 33%);
gradient light
background: linear-gradient(to right, hsl(23, 1%, 53%), hsl(23, 1%, 33%));
gradient dark
background: linear-gradient(to right, hsl(23, 1%, 33%), hsl(23, 1%, 13%))
hex
background-color: #555453;
tailwind
bg-[hsl(23,1%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 1%, 33%, 0.4);
css variable
--color-primary: hsl(23, 1%, 33%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(23, 1%, 33%)?
HEX: #555453 | RGB: rgb(85, 84, 83) | CMYK: 0%, 1%, 2%, 67% | HSV: 30°, 2%, 33%. Copy any format from the conversion table above.
What colors go well with #555453?
The complementary color is HSL(203, 1%, 33%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 1%, 33%) in CSS?
As HSL: color: hsl(23, 1%, 33%); — As HEX: color: #555453; — As RGB: color: rgb(85, 84, 83); — Tailwind CSS: bg-[hsl(23,1%,33%)] — CSS variable: --color-primary: hsl(23, 1%, 33%);