HSL(232, 10%, 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(232,10%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 10%, 53%) | color: hsl(232, 10%, 53%) | |
| HEX | #7B7E93 | color: #7B7E93 | |
| RGB | rgb(123, 126, 147) | color: rgb(123, 126, 147) | |
| CMYK | cmyk(16%, 14%, 0%, 42%) | — | |
| HSV | hsv(233, 16%, 58%) | — | |
| HWB | hwb(233 49% 42%) | color: hwb(233 49% 42%) | |
| OKLCH | oklch(0.5979 0.032 278.96) | color: oklch(0.5979 0.032 278.96) | |
| Lab | lab(53.21 3.45 -11.67) | color: lab(53.21 3.45 -11.67) | |
| LCH | lch(53.21 12.17 286.47) | color: lch(53.21 12.17 286.47) |
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)
#7C7C8E — rgb(124, 124, 142)
Deuteranopia (Green-blind)
#7C7C8D — rgb(124, 124, 141)
Tritanopia (Blue-blind)
#7B8A89 — rgb(123, 138, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 10%, 53%);
text
color: hsl(232, 10%, 53%);
border
border: 2px solid hsl(232, 10%, 53%);
gradient light
background: linear-gradient(to right, hsl(232, 10%, 73%), hsl(232, 10%, 53%));
gradient dark
background: linear-gradient(to right, hsl(232, 10%, 53%), hsl(232, 10%, 33%))
hex
background-color: #7B7E93;
tailwind
bg-[hsl(232,10%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 10%, 53%, 0.4);
css variable
--color-primary: hsl(232, 10%, 53%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 10%, 53%)?
HEX: #7B7E93 | RGB: rgb(123, 126, 147) | CMYK: 16%, 14%, 0%, 42% | HSV: 233°, 16%, 58%. Copy any format from the conversion table above.
What colors go well with #7B7E93?
The complementary color is HSL(52, 10%, 53%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 10%, 53%) in CSS?
As HSL: color: hsl(232, 10%, 53%); — As HEX: color: #7B7E93; — As RGB: color: rgb(123, 126, 147); — Tailwind CSS: bg-[hsl(232,10%,53%)] — CSS variable: --color-primary: hsl(232, 10%, 53%);