HSL(233, 14%, 57%)

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(233,14%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 14%, 57%) color: hsl(233, 14%, 57%)
HEX #8286A1 color: #8286A1
RGB rgb(130, 134, 161) color: rgb(130, 134, 161)
CMYK cmyk(19%, 17%, 0%, 37%)
HSV hsv(232, 19%, 63%)
HWB hwb(232 51% 37%) color: hwb(232 51% 37%)
OKLCH oklch(0.6262 0.0408 278.52) color: oklch(0.6262 0.0408 278.52)
Lab lab(56.46 4.43 -14.82) color: lab(56.46 4.43 -14.82)
LCH lch(56.46 15.47 286.64) color: lch(56.46 15.47 286.64)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 3.58:1
vs Black 5.87:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#84849A — rgb(132, 132, 154)

Deuteranopia (Green-blind)

#848399 — rgb(132, 131, 153)

Tritanopia (Blue-blind)

#829594 — rgb(130, 149, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 14%, 57%);

text

color: hsl(233, 14%, 57%);

border

border: 2px solid hsl(233, 14%, 57%);

gradient light

background: linear-gradient(to right, hsl(233, 14%, 77%), hsl(233, 14%, 57%));

gradient dark

background: linear-gradient(to right, hsl(233, 14%, 57%), hsl(233, 14%, 37%))

hex

background-color: #8286A1;

tailwind

bg-[hsl(233,14%,57%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(233, 14%, 57%, 0.4);

css variable

--color-primary: hsl(233, 14%, 57%);

Related Colors

Use Cases for Grayish Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(233, 14%, 57%)?

HEX: #8286A1 | RGB: rgb(130, 134, 161) | CMYK: 19%, 17%, 0%, 37% | HSV: 232°, 19%, 63%. Copy any format from the conversion table above.

What colors go well with #8286A1?

The complementary color is HSL(53, 14%, 57%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(233, 14%, 57%) in CSS?

As HSL: color: hsl(233, 14%, 57%); — As HEX: color: #8286A1; — As RGB: color: rgb(130, 134, 161); — Tailwind CSS: bg-[hsl(233,14%,57%)] — CSS variable: --color-primary: hsl(233, 14%, 57%);