HSL(233, 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(233,13%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 13%, 53%) | color: hsl(233, 13%, 53%) | |
| HEX | #787B97 | color: #787B97 | |
| RGB | rgb(120, 123, 151) | color: rgb(120, 123, 151) | |
| CMYK | cmyk(21%, 19%, 0%, 41%) | — | |
| HSV | hsv(234, 21%, 59%) | — | |
| HWB | hwb(234 47% 41%) | color: hwb(234 47% 41%) | |
| OKLCH | oklch(0.5905 0.0428 280.2) | color: oklch(0.5905 0.0428 280.2) | |
| Lab | lab(52.28 5.12 -15.43) | color: lab(52.28 5.12 -15.43) | |
| LCH | lch(52.28 16.26 288.36) | color: lch(52.28 16.26 288.36) |
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)
#797990 — rgb(121, 121, 144)
Deuteranopia (Green-blind)
#79798F — rgb(121, 121, 143)
Tritanopia (Blue-blind)
#788B8A — rgb(120, 139, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 13%, 53%);
text
color: hsl(233, 13%, 53%);
border
border: 2px solid hsl(233, 13%, 53%);
gradient light
background: linear-gradient(to right, hsl(233, 13%, 73%), hsl(233, 13%, 53%));
gradient dark
background: linear-gradient(to right, hsl(233, 13%, 53%), hsl(233, 13%, 33%))
hex
background-color: #787B97;
tailwind
bg-[hsl(233,13%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 13%, 53%, 0.4);
css variable
--color-primary: hsl(233, 13%, 53%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 13%, 53%)?
HEX: #787B97 | RGB: rgb(120, 123, 151) | CMYK: 21%, 19%, 0%, 41% | HSV: 234°, 21%, 59%. Copy any format from the conversion table above.
What colors go well with #787B97?
The complementary color is HSL(53, 13%, 53%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 13%, 53%) in CSS?
As HSL: color: hsl(233, 13%, 53%); — As HEX: color: #787B97; — As RGB: color: rgb(120, 123, 151); — Tailwind CSS: bg-[hsl(233,13%,53%)] — CSS variable: --color-primary: hsl(233, 13%, 53%);