HSL(215, 13%, 53%)
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(215,13%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 13%, 53%) | color: hsl(215, 13%, 53%) | |
| HEX | #788597 | color: #788597 | |
| RGB | rgb(120, 133, 151) | color: rgb(120, 133, 151) | |
| CMYK | cmyk(21%, 12%, 0%, 41%) | — | |
| HSV | hsv(215, 21%, 59%) | — | |
| HWB | hwb(215 47% 41%) | color: hwb(215 47% 41%) | |
| OKLCH | oklch(0.6124 0.0313 256.53) | color: oklch(0.6124 0.0313 256.53) | |
| Lab | lab(55.07 -0.68 -11.21) | color: lab(55.07 -0.68 -11.21) | |
| LCH | lch(55.07 11.23 266.53) | color: lch(55.07 11.23 266.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)
#7E7E93 — rgb(126, 126, 147)
Deuteranopia (Green-blind)
#7D7C92 — rgb(125, 124, 146)
Tritanopia (Blue-blind)
#798F8E — rgb(121, 143, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 13%, 53%);
text
color: hsl(215, 13%, 53%);
border
border: 2px solid hsl(215, 13%, 53%);
gradient light
background: linear-gradient(to right, hsl(215, 13%, 73%), hsl(215, 13%, 53%));
gradient dark
background: linear-gradient(to right, hsl(215, 13%, 53%), hsl(215, 13%, 33%))
hex
background-color: #788597;
tailwind
bg-[hsl(215,13%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 13%, 53%, 0.4);
css variable
--color-primary: hsl(215, 13%, 53%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 13%, 53%)?
HEX: #788597 | RGB: rgb(120, 133, 151) | CMYK: 21%, 12%, 0%, 41% | HSV: 215°, 21%, 59%. Copy any format from the conversion table above.
What colors go well with #788597?
The complementary color is HSL(35, 13%, 53%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 13%, 53%) in CSS?
As HSL: color: hsl(215, 13%, 53%); — As HEX: color: #788597; — As RGB: color: rgb(120, 133, 151); — Tailwind CSS: bg-[hsl(215,13%,53%)] — CSS variable: --color-primary: hsl(215, 13%, 53%);