HSL(231, 10%, 60%)
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(231,10%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 10%, 60%) | color: hsl(231, 10%, 60%) | |
| HEX | #8F92A3 | color: #8F92A3 | |
| RGB | rgb(143, 146, 163) | color: rgb(143, 146, 163) | |
| CMYK | cmyk(12%, 10%, 0%, 36%) | — | |
| HSV | hsv(231, 12%, 64%) | — | |
| HWB | hwb(231 56% 36%) | color: hwb(231 56% 36%) | |
| OKLCH | oklch(0.6631 0.0253 277.74) | color: oklch(0.6631 0.0253 277.74) | |
| Lab | lab(60.82 2.43 -9.3) | color: lab(60.82 2.43 -9.3) | |
| LCH | lch(60.82 9.61 284.64) | color: lch(60.82 9.61 284.64) |
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)
#90909F — rgb(144, 144, 159)
Deuteranopia (Green-blind)
#90909E — rgb(144, 144, 158)
Tritanopia (Blue-blind)
#8F9C9B — rgb(143, 156, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 10%, 60%);
text
color: hsl(231, 10%, 60%);
border
border: 2px solid hsl(231, 10%, 60%);
gradient light
background: linear-gradient(to right, hsl(231, 10%, 80%), hsl(231, 10%, 60%));
gradient dark
background: linear-gradient(to right, hsl(231, 10%, 60%), hsl(231, 10%, 40%))
hex
background-color: #8F92A3;
tailwind
bg-[hsl(231,10%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 10%, 60%, 0.4);
css variable
--color-primary: hsl(231, 10%, 60%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 10%, 60%)?
HEX: #8F92A3 | RGB: rgb(143, 146, 163) | CMYK: 12%, 10%, 0%, 36% | HSV: 231°, 12%, 64%. Copy any format from the conversion table above.
What colors go well with #8F92A3?
The complementary color is HSL(51, 10%, 60%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 10%, 60%) in CSS?
As HSL: color: hsl(231, 10%, 60%); — As HEX: color: #8F92A3; — As RGB: color: rgb(143, 146, 163); — Tailwind CSS: bg-[hsl(231,10%,60%)] — CSS variable: --color-primary: hsl(231, 10%, 60%);