HSL(236, 91%, 58%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(236,91%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(236, 91%, 58%) color: hsl(236, 91%, 58%)
HEX #323FF5 color: #323FF5
RGB rgb(50, 63, 245) color: rgb(50, 63, 245)
CMYK cmyk(80%, 74%, 0%, 4%)
HSV hsv(236, 80%, 96%)
HWB hwb(236 19% 4%) color: hwb(236 19% 4%)
OKLCH oklch(0.5005 0.2624 269.36) color: oklch(0.5005 0.2624 269.36)
Lab lab(39.28 56.96 -90.58) color: lab(39.28 56.96 -90.58)
LCH lch(39.28 107 302.16) color: lch(39.28 107 302.16)

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 6.63:1
vs Black 3.17:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3838C9 — rgb(56, 56, 201)

Deuteranopia (Green-blind)

#3736BE — rgb(55, 54, 190)

Tritanopia (Blue-blind)

#33A69F — rgb(51, 166, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(236, 91%, 58%);

text

color: hsl(236, 91%, 58%);

border

border: 2px solid hsl(236, 91%, 58%);

gradient light

background: linear-gradient(to right, hsl(236, 91%, 78%), hsl(236, 91%, 58%));

gradient dark

background: linear-gradient(to right, hsl(236, 91%, 58%), hsl(236, 91%, 38%))

hex

background-color: #323FF5;

tailwind

bg-[hsl(236,91%,58%)]

box shadow

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

css variable

--color-primary: hsl(236, 91%, 58%);

Related Colors

Use Cases for Vivid Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(236, 91%, 58%)?

HEX: #323FF5 | RGB: rgb(50, 63, 245) | CMYK: 80%, 74%, 0%, 4% | HSV: 236°, 80%, 96%. Copy any format from the conversion table above.

What colors go well with #323FF5?

The complementary color is HSL(56, 91%, 58%). 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, 91%, 58%) in CSS?

As HSL: color: hsl(236, 91%, 58%); — As HEX: color: #323FF5; — As RGB: color: rgb(50, 63, 245); — Tailwind CSS: bg-[hsl(236,91%,58%)] — CSS variable: --color-primary: hsl(236, 91%, 58%);