HSL(230, 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(230,11%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 11%, 56%) | color: hsl(230, 11%, 56%) | |
| HEX | #82879B | color: #82879B | |
| RGB | rgb(130, 135, 155) | color: rgb(130, 135, 155) | |
| CMYK | cmyk(16%, 13%, 0%, 39%) | — | |
| HSV | hsv(228, 16%, 61%) | — | |
| HWB | hwb(228 51% 39%) | color: hwb(228 51% 39%) | |
| OKLCH | oklch(0.6261 0.0306 274.38) | color: oklch(0.6261 0.0306 274.38) | |
| Lab | lab(56.53 2.47 -11.26) | color: lab(56.53 2.47 -11.26) | |
| LCH | lch(56.53 11.53 282.37) | color: lch(56.53 11.53 282.37) |
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)
#848495 — rgb(132, 132, 149)
Tritanopia (Blue-blind)
#829292 — rgb(130, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 11%, 56%);
text
color: hsl(230, 11%, 56%);
border
border: 2px solid hsl(230, 11%, 56%);
gradient light
background: linear-gradient(to right, hsl(230, 11%, 76%), hsl(230, 11%, 56%));
gradient dark
background: linear-gradient(to right, hsl(230, 11%, 56%), hsl(230, 11%, 36%))
hex
background-color: #82879B;
tailwind
bg-[hsl(230,11%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 11%, 56%, 0.4);
css variable
--color-primary: hsl(230, 11%, 56%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 11%, 56%)?
HEX: #82879B | RGB: rgb(130, 135, 155) | CMYK: 16%, 13%, 0%, 39% | HSV: 228°, 16%, 61%. Copy any format from the conversion table above.
What colors go well with #82879B?
The complementary color is HSL(50, 11%, 56%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 11%, 56%) in CSS?
As HSL: color: hsl(230, 11%, 56%); — As HEX: color: #82879B; — As RGB: color: rgb(130, 135, 155); — Tailwind CSS: bg-[hsl(230,11%,56%)] — CSS variable: --color-primary: hsl(230, 11%, 56%);