HSL(237, 14%, 52%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(237,14%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 14%, 52%) | color: hsl(237, 14%, 52%) | |
| HEX | #737596 | color: #737596 | |
| RGB | rgb(115, 117, 150) | color: rgb(115, 117, 150) | |
| CMYK | cmyk(23%, 22%, 0%, 41%) | — | |
| HSV | hsv(237, 23%, 59%) | — | |
| HWB | hwb(237 45% 41%) | color: hwb(237 45% 41%) | |
| OKLCH | oklch(0.573 0.0507 281.96) | color: oklch(0.573 0.0507 281.96) | |
| Lab | lab(50.18 6.77 -18.08) | color: lab(50.18 6.77 -18.08) | |
| LCH | lch(50.18 19.31 290.53) | color: lch(50.18 19.31 290.53) |
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)
#74748E — rgb(116, 116, 142)
Deuteranopia (Green-blind)
#74748C — rgb(116, 116, 140)
Tritanopia (Blue-blind)
#738886 — rgb(115, 136, 134)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 14%, 52%);
text
color: hsl(237, 14%, 52%);
border
border: 2px solid hsl(237, 14%, 52%);
gradient light
background: linear-gradient(to right, hsl(237, 14%, 72%), hsl(237, 14%, 52%));
gradient dark
background: linear-gradient(to right, hsl(237, 14%, 52%), hsl(237, 14%, 32%))
hex
background-color: #737596;
tailwind
bg-[hsl(237,14%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 14%, 52%, 0.4);
css variable
--color-primary: hsl(237, 14%, 52%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 14%, 52%)?
HEX: #737596 | RGB: rgb(115, 117, 150) | CMYK: 23%, 22%, 0%, 41% | HSV: 237°, 23%, 59%. Copy any format from the conversion table above.
What colors go well with #737596?
The complementary color is HSL(57, 14%, 52%). 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, 14%, 52%) in CSS?
As HSL: color: hsl(237, 14%, 52%); — As HEX: color: #737596; — As RGB: color: rgb(115, 117, 150); — Tailwind CSS: bg-[hsl(237,14%,52%)] — CSS variable: --color-primary: hsl(237, 14%, 52%);