HSL(231, 11%, 56%)
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,11%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 11%, 56%) | color: hsl(231, 11%, 56%) | |
| HEX | #82869B | color: #82869B | |
| RGB | rgb(130, 134, 155) | color: rgb(130, 134, 155) | |
| CMYK | cmyk(16%, 14%, 0%, 39%) | — | |
| HSV | hsv(230, 16%, 61%) | — | |
| HWB | hwb(230 51% 39%) | color: hwb(230 51% 39%) | |
| OKLCH | oklch(0.6239 0.0319 276.91) | color: oklch(0.6239 0.0319 276.91) | |
| Lab | lab(56.25 3.05 -11.68) | color: lab(56.25 3.05 -11.68) | |
| LCH | lch(56.25 12.07 284.63) | color: lch(56.25 12.07 284.63) |
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)
#848496 — rgb(132, 132, 150)
Deuteranopia (Green-blind)
#848395 — rgb(132, 131, 149)
Tritanopia (Blue-blind)
#829291 — rgb(130, 146, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 11%, 56%);
text
color: hsl(231, 11%, 56%);
border
border: 2px solid hsl(231, 11%, 56%);
gradient light
background: linear-gradient(to right, hsl(231, 11%, 76%), hsl(231, 11%, 56%));
gradient dark
background: linear-gradient(to right, hsl(231, 11%, 56%), hsl(231, 11%, 36%))
hex
background-color: #82869B;
tailwind
bg-[hsl(231,11%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 11%, 56%, 0.4);
css variable
--color-primary: hsl(231, 11%, 56%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 11%, 56%)?
HEX: #82869B | RGB: rgb(130, 134, 155) | CMYK: 16%, 14%, 0%, 39% | HSV: 230°, 16%, 61%. Copy any format from the conversion table above.
What colors go well with #82869B?
The complementary color is HSL(51, 11%, 56%). 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, 11%, 56%) in CSS?
As HSL: color: hsl(231, 11%, 56%); — As HEX: color: #82869B; — As RGB: color: rgb(130, 134, 155); — Tailwind CSS: bg-[hsl(231,11%,56%)] — CSS variable: --color-primary: hsl(231, 11%, 56%);