HSL(232, 3%, 34%)
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(232,3%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 3%, 34%) | color: hsl(232, 3%, 34%) | |
| HEX | #545559 | color: #545559 | |
| RGB | rgb(84, 85, 89) | color: rgb(84, 85, 89) | |
| CMYK | cmyk(6%, 4%, 0%, 65%) | — | |
| HSV | hsv(228, 6%, 35%) | — | |
| HWB | hwb(228 33% 65%) | color: hwb(228 33% 65%) | |
| OKLCH | oklch(0.45 0.0066 274.85) | color: oklch(0.45 0.0066 274.85) | |
| Lab | lab(36.18 0.48 -2.46) | color: lab(36.18 0.48 -2.46) | |
| LCH | lch(36.18 2.51 281.04) | color: lch(36.18 2.51 281.04) |
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)
#545458 — rgb(84, 84, 88)
Deuteranopia (Green-blind)
#545458 — rgb(84, 84, 88)
Tritanopia (Blue-blind)
#545757 — rgb(84, 87, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 3%, 34%);
text
color: hsl(232, 3%, 34%);
border
border: 2px solid hsl(232, 3%, 34%);
gradient light
background: linear-gradient(to right, hsl(232, 3%, 54%), hsl(232, 3%, 34%));
gradient dark
background: linear-gradient(to right, hsl(232, 3%, 34%), hsl(232, 3%, 14%))
hex
background-color: #545559;
tailwind
bg-[hsl(232,3%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 3%, 34%, 0.4);
css variable
--color-primary: hsl(232, 3%, 34%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(232, 3%, 34%)?
HEX: #545559 | RGB: rgb(84, 85, 89) | CMYK: 6%, 4%, 0%, 65% | HSV: 228°, 6%, 35%. Copy any format from the conversion table above.
What colors go well with #545559?
The complementary color is HSL(52, 3%, 34%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 3%, 34%) in CSS?
As HSL: color: hsl(232, 3%, 34%); — As HEX: color: #545559; — As RGB: color: rgb(84, 85, 89); — Tailwind CSS: bg-[hsl(232,3%,34%)] — CSS variable: --color-primary: hsl(232, 3%, 34%);