HSL(233, 5%, 54%)
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(233,5%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 5%, 54%) | color: hsl(233, 5%, 54%) | |
| HEX | #848590 | color: #848590 | |
| RGB | rgb(132, 133, 144) | color: rgb(132, 133, 144) | |
| CMYK | cmyk(8%, 8%, 0%, 44%) | — | |
| HSV | hsv(235, 8%, 56%) | — | |
| HWB | hwb(235 52% 44%) | color: hwb(235 52% 44%) | |
| OKLCH | oklch(0.6195 0.0165 281.76) | color: oklch(0.6195 0.0165 281.76) | |
| Lab | lab(55.78 1.89 -6.01) | color: lab(55.78 1.89 -6.01) | |
| LCH | lch(55.78 6.3 287.46) | color: lch(55.78 6.3 287.46) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#84848D — rgb(132, 132, 141)
Deuteranopia (Green-blind)
#84848D — rgb(132, 132, 141)
Tritanopia (Blue-blind)
#848B8B — rgb(132, 139, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 5%, 54%);
text
color: hsl(233, 5%, 54%);
border
border: 2px solid hsl(233, 5%, 54%);
gradient light
background: linear-gradient(to right, hsl(233, 5%, 74%), hsl(233, 5%, 54%));
gradient dark
background: linear-gradient(to right, hsl(233, 5%, 54%), hsl(233, 5%, 34%))
hex
background-color: #848590;
tailwind
bg-[hsl(233,5%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 5%, 54%, 0.4);
css variable
--color-primary: hsl(233, 5%, 54%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 5%, 54%)?
HEX: #848590 | RGB: rgb(132, 133, 144) | CMYK: 8%, 8%, 0%, 44% | HSV: 235°, 8%, 56%. Copy any format from the conversion table above.
What colors go well with #848590?
The complementary color is HSL(53, 5%, 54%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 5%, 54%) in CSS?
As HSL: color: hsl(233, 5%, 54%); — As HEX: color: #848590; — As RGB: color: rgb(132, 133, 144); — Tailwind CSS: bg-[hsl(233,5%,54%)] — CSS variable: --color-primary: hsl(233, 5%, 54%);