HSL(237, 2%, 47%)
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(237,2%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 2%, 47%) | color: hsl(237, 2%, 47%) | |
| HEX | #75767A | color: #75767A | |
| RGB | rgb(117, 118, 122) | color: rgb(117, 118, 122) | |
| CMYK | cmyk(4%, 3%, 0%, 52%) | — | |
| HSV | hsv(228, 4%, 48%) | — | |
| HWB | hwb(228 46% 52%) | color: hwb(228 46% 52%) | |
| OKLCH | oklch(0.5663 0.0062 274.9) | color: oklch(0.5663 0.0062 274.9) | |
| Lab | lab(49.67 0.45 -2.33) | color: lab(49.67 0.45 -2.33) | |
| LCH | lch(49.67 2.37 280.93) | color: lch(49.67 2.37 280.93) |
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)
#757579 — rgb(117, 117, 121)
Deuteranopia (Green-blind)
#757579 — rgb(117, 117, 121)
Tritanopia (Blue-blind)
#757878 — rgb(117, 120, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 2%, 47%);
text
color: hsl(237, 2%, 47%);
border
border: 2px solid hsl(237, 2%, 47%);
gradient light
background: linear-gradient(to right, hsl(237, 2%, 67%), hsl(237, 2%, 47%));
gradient dark
background: linear-gradient(to right, hsl(237, 2%, 47%), hsl(237, 2%, 27%))
hex
background-color: #75767A;
tailwind
bg-[hsl(237,2%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 2%, 47%, 0.4);
css variable
--color-primary: hsl(237, 2%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(237, 2%, 47%)?
HEX: #75767A | RGB: rgb(117, 118, 122) | CMYK: 4%, 3%, 0%, 52% | HSV: 228°, 4%, 48%. Copy any format from the conversion table above.
What colors go well with #75767A?
The complementary color is HSL(57, 2%, 47%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 2%, 47%) in CSS?
As HSL: color: hsl(237, 2%, 47%); — As HEX: color: #75767A; — As RGB: color: rgb(117, 118, 122); — Tailwind CSS: bg-[hsl(237,2%,47%)] — CSS variable: --color-primary: hsl(237, 2%, 47%);