HSL(221, 6%, 48%)
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(221,6%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 6%, 48%) | color: hsl(221, 6%, 48%) | |
| HEX | #737882 | color: #737882 | |
| RGB | rgb(115, 120, 130) | color: rgb(115, 120, 130) | |
| CMYK | cmyk(12%, 8%, 0%, 49%) | — | |
| HSV | hsv(220, 12%, 51%) | — | |
| HWB | hwb(220 45% 49%) | color: hwb(220 45% 49%) | |
| OKLCH | oklch(0.5718 0.0165 264.44) | color: oklch(0.5718 0.0165 264.44) | |
| Lab | lab(50.32 0.28 -6.1) | color: lab(50.32 0.28 -6.1) | |
| LCH | lch(50.32 6.11 272.63) | color: lch(50.32 6.11 272.63) |
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)
#757580 — rgb(117, 117, 128)
Deuteranopia (Green-blind)
#75757F — rgb(117, 117, 127)
Tritanopia (Blue-blind)
#737E7D — rgb(115, 126, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 6%, 48%);
text
color: hsl(221, 6%, 48%);
border
border: 2px solid hsl(221, 6%, 48%);
gradient light
background: linear-gradient(to right, hsl(221, 6%, 68%), hsl(221, 6%, 48%));
gradient dark
background: linear-gradient(to right, hsl(221, 6%, 48%), hsl(221, 6%, 28%))
hex
background-color: #737882;
tailwind
bg-[hsl(221,6%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 6%, 48%, 0.4);
css variable
--color-primary: hsl(221, 6%, 48%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(221, 6%, 48%)?
HEX: #737882 | RGB: rgb(115, 120, 130) | CMYK: 12%, 8%, 0%, 49% | HSV: 220°, 12%, 51%. Copy any format from the conversion table above.
What colors go well with #737882?
The complementary color is HSL(41, 6%, 48%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 6%, 48%) in CSS?
As HSL: color: hsl(221, 6%, 48%); — As HEX: color: #737882; — As RGB: color: rgb(115, 120, 130); — Tailwind CSS: bg-[hsl(221,6%,48%)] — CSS variable: --color-primary: hsl(221, 6%, 48%);