HSL(251, 7%, 35%)
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(251,7%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 7%, 35%) | color: hsl(251, 7%, 35%) | |
| HEX | #55535F | color: #55535F | |
| RGB | rgb(85, 83, 95) | color: rgb(85, 83, 95) | |
| CMYK | cmyk(11%, 13%, 0%, 63%) | — | |
| HSV | hsv(250, 13%, 37%) | — | |
| HWB | hwb(250 32% 63%) | color: hwb(250 32% 63%) | |
| OKLCH | oklch(0.4485 0.0195 293.24) | color: oklch(0.4485 0.0195 293.24) | |
| Lab | lab(35.88 3.49 -6.66) | color: lab(35.88 3.49 -6.66) | |
| LCH | lch(35.88 7.52 297.66) | color: lch(35.88 7.52 297.66) |
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)
#54545C — rgb(84, 84, 92)
Deuteranopia (Green-blind)
#54545B — rgb(84, 84, 91)
Tritanopia (Blue-blind)
#555A59 — rgb(85, 90, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 7%, 35%);
text
color: hsl(251, 7%, 35%);
border
border: 2px solid hsl(251, 7%, 35%);
gradient light
background: linear-gradient(to right, hsl(251, 7%, 55%), hsl(251, 7%, 35%));
gradient dark
background: linear-gradient(to right, hsl(251, 7%, 35%), hsl(251, 7%, 15%))
hex
background-color: #55535F;
tailwind
bg-[hsl(251,7%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 7%, 35%, 0.4);
css variable
--color-primary: hsl(251, 7%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(251, 7%, 35%)?
HEX: #55535F | RGB: rgb(85, 83, 95) | CMYK: 11%, 13%, 0%, 63% | HSV: 250°, 13%, 37%. Copy any format from the conversion table above.
What colors go well with #55535F?
The complementary color is HSL(71, 7%, 35%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 7%, 35%) in CSS?
As HSL: color: hsl(251, 7%, 35%); — As HEX: color: #55535F; — As RGB: color: rgb(85, 83, 95); — Tailwind CSS: bg-[hsl(251,7%,35%)] — CSS variable: --color-primary: hsl(251, 7%, 35%);