HSL(245, 11%, 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(245,11%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 11%, 53%) | color: hsl(245, 11%, 53%) | |
| HEX | #7C7A94 | color: #7C7A94 | |
| RGB | rgb(124, 122, 148) | color: rgb(124, 122, 148) | |
| CMYK | cmyk(16%, 18%, 0%, 42%) | — | |
| HSV | hsv(245, 18%, 58%) | — | |
| HWB | hwb(245 48% 42%) | color: hwb(245 48% 42%) | |
| OKLCH | oklch(0.5905 0.0394 288.66) | color: oklch(0.5905 0.0394 288.66) | |
| Lab | lab(52.22 6.36 -13.74) | color: lab(52.22 6.36 -13.74) | |
| LCH | lch(52.22 15.14 294.84) | color: lch(52.22 15.14 294.84) |
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)
#7B7B8E — rgb(123, 123, 142)
Deuteranopia (Green-blind)
#7B7B8C — rgb(123, 123, 140)
Tritanopia (Blue-blind)
#7C8988 — rgb(124, 137, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 11%, 53%);
text
color: hsl(245, 11%, 53%);
border
border: 2px solid hsl(245, 11%, 53%);
gradient light
background: linear-gradient(to right, hsl(245, 11%, 73%), hsl(245, 11%, 53%));
gradient dark
background: linear-gradient(to right, hsl(245, 11%, 53%), hsl(245, 11%, 33%))
hex
background-color: #7C7A94;
tailwind
bg-[hsl(245,11%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 11%, 53%, 0.4);
css variable
--color-primary: hsl(245, 11%, 53%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 11%, 53%)?
HEX: #7C7A94 | RGB: rgb(124, 122, 148) | CMYK: 16%, 18%, 0%, 42% | HSV: 245°, 18%, 58%. Copy any format from the conversion table above.
What colors go well with #7C7A94?
The complementary color is HSL(65, 11%, 53%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 11%, 53%) in CSS?
As HSL: color: hsl(245, 11%, 53%); — As HEX: color: #7C7A94; — As RGB: color: rgb(124, 122, 148); — Tailwind CSS: bg-[hsl(245,11%,53%)] — CSS variable: --color-primary: hsl(245, 11%, 53%);