HSL(250, 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(250,10%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 10%, 53%) | color: hsl(250, 10%, 53%) | |
| HEX | #7F7B93 | color: #7F7B93 | |
| RGB | rgb(127, 123, 147) | color: rgb(127, 123, 147) | |
| CMYK | cmyk(14%, 16%, 0%, 42%) | — | |
| HSV | hsv(250, 16%, 58%) | — | |
| HWB | hwb(250 49% 42%) | color: hwb(250 49% 42%) | |
| OKLCH | oklch(0.5948 0.0364 292.9) | color: oklch(0.5948 0.0364 292.9) | |
| Lab | lab(52.71 6.58 -12.39) | color: lab(52.71 6.58 -12.39) | |
| LCH | lch(52.71 14.03 297.97) | color: lch(52.71 14.03 297.97) |
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)
#7D7D8D — rgb(125, 125, 141)
Deuteranopia (Green-blind)
#7E7E8C — rgb(126, 126, 140)
Tritanopia (Blue-blind)
#7F8988 — rgb(127, 137, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 10%, 53%);
text
color: hsl(250, 10%, 53%);
border
border: 2px solid hsl(250, 10%, 53%);
gradient light
background: linear-gradient(to right, hsl(250, 10%, 73%), hsl(250, 10%, 53%));
gradient dark
background: linear-gradient(to right, hsl(250, 10%, 53%), hsl(250, 10%, 33%))
hex
background-color: #7F7B93;
tailwind
bg-[hsl(250,10%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 10%, 53%, 0.4);
css variable
--color-primary: hsl(250, 10%, 53%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 10%, 53%)?
HEX: #7F7B93 | RGB: rgb(127, 123, 147) | CMYK: 14%, 16%, 0%, 42% | HSV: 250°, 16%, 58%. Copy any format from the conversion table above.
What colors go well with #7F7B93?
The complementary color is HSL(70, 10%, 53%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 10%, 53%) in CSS?
As HSL: color: hsl(250, 10%, 53%); — As HEX: color: #7F7B93; — As RGB: color: rgb(127, 123, 147); — Tailwind CSS: bg-[hsl(250,10%,53%)] — CSS variable: --color-primary: hsl(250, 10%, 53%);