HSL(211, 1%, 45%)
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(211,1%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 1%, 45%) | color: hsl(211, 1%, 45%) | |
| HEX | #727374 | color: #727374 | |
| RGB | rgb(114, 115, 116) | color: rgb(114, 115, 116) | |
| CMYK | cmyk(2%, 1%, 0%, 55%) | — | |
| HSV | hsv(210, 2%, 45%) | — | |
| HWB | hwb(210 44% 55%) | color: hwb(210 44% 55%) | |
| OKLCH | oklch(0.555 0.002 247.86) | color: oklch(0.555 0.002 247.86) | |
| Lab | lab(48.39 -0.18 -0.69) | color: lab(48.39 -0.18 -0.69) | |
| LCH | lch(48.39 0.71 255.38) | color: lch(48.39 0.71 255.38) |
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)
#727274 — rgb(114, 114, 116)
Deuteranopia (Green-blind)
#727274 — rgb(114, 114, 116)
Tritanopia (Blue-blind)
#727474 — rgb(114, 116, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 1%, 45%);
text
color: hsl(211, 1%, 45%);
border
border: 2px solid hsl(211, 1%, 45%);
gradient light
background: linear-gradient(to right, hsl(211, 1%, 65%), hsl(211, 1%, 45%));
gradient dark
background: linear-gradient(to right, hsl(211, 1%, 45%), hsl(211, 1%, 25%))
hex
background-color: #727374;
tailwind
bg-[hsl(211,1%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 1%, 45%, 0.4);
css variable
--color-primary: hsl(211, 1%, 45%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(211, 1%, 45%)?
HEX: #727374 | RGB: rgb(114, 115, 116) | CMYK: 2%, 1%, 0%, 55% | HSV: 210°, 2%, 45%. Copy any format from the conversion table above.
What colors go well with #727374?
The complementary color is HSL(31, 1%, 45%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 1%, 45%) in CSS?
As HSL: color: hsl(211, 1%, 45%); — As HEX: color: #727374; — As RGB: color: rgb(114, 115, 116); — Tailwind CSS: bg-[hsl(211,1%,45%)] — CSS variable: --color-primary: hsl(211, 1%, 45%);