HSL(236, 97%, 77%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(236,97%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(236, 97%, 77%) color: hsl(236, 97%, 77%)
HEX #8B93FD color: #8B93FD
RGB rgb(139, 147, 253) color: rgb(139, 147, 253)
CMYK cmyk(45%, 42%, 0%, 1%)
HSV hsv(236, 45%, 99%)
HWB hwb(236 54% 1%) color: hwb(236 54% 1%)
OKLCH oklch(0.7032 0.1539 278.39) color: oklch(0.7032 0.1539 278.39)
Lab lab(64.52 23.85 -53.83) color: lab(64.52 23.85 -53.83)
LCH lch(64.52 58.88 293.9) color: lch(64.52 58.88 293.9)

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 2.73:1
vs Black 7.69:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8E8FE3 — rgb(142, 143, 227)

Deuteranopia (Green-blind)

#8E8DDD — rgb(142, 141, 221)

Tritanopia (Blue-blind)

#8BCFCB — rgb(139, 207, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(236, 97%, 77%);

text

color: hsl(236, 97%, 77%);

border

border: 2px solid hsl(236, 97%, 77%);

gradient light

background: linear-gradient(to right, hsl(236, 97%, 97%), hsl(236, 97%, 77%));

gradient dark

background: linear-gradient(to right, hsl(236, 97%, 77%), hsl(236, 97%, 57%))

hex

background-color: #8B93FD;

tailwind

bg-[hsl(236,97%,77%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(236, 97%, 77%, 0.4);

css variable

--color-primary: hsl(236, 97%, 77%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(236, 97%, 77%)?

HEX: #8B93FD | RGB: rgb(139, 147, 253) | CMYK: 45%, 42%, 0%, 1% | HSV: 236°, 45%, 99%. Copy any format from the conversion table above.

What colors go well with #8B93FD?

The complementary color is HSL(56, 97%, 77%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(236, 97%, 77%) in CSS?

As HSL: color: hsl(236, 97%, 77%); — As HEX: color: #8B93FD; — As RGB: color: rgb(139, 147, 253); — Tailwind CSS: bg-[hsl(236,97%,77%)] — CSS variable: --color-primary: hsl(236, 97%, 77%);