HSL(236, 91%, 53%)

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%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(236, 91%, 53%) color: hsl(236, 91%, 53%)
HEX #1A29F4 color: #1A29F4
RGB rgb(26, 41, 244) color: rgb(26, 41, 244)
CMYK cmyk(89%, 83%, 0%, 4%)
HSV hsv(236, 89%, 96%)
HWB hwb(236 11% 4%) color: hwb(236 11% 4%)
OKLCH oklch(0.4655 0.2835 266.32) color: oklch(0.4655 0.2835 266.32)
Lab lab(34.67 66.27 -97.69) color: lab(34.67 66.27 -97.69)
LCH lch(34.67 118.05 304.15) color: lch(34.67 118.05 304.15)

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 7.87:1
vs Black 2.67:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#2021C3 — rgb(32, 33, 195)

Deuteranopia (Green-blind)

#201FB7 — rgb(32, 31, 183)

Tritanopia (Blue-blind)

#1B9C94 — rgb(27, 156, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(236, 91%, 73%), hsl(236, 91%, 53%));

gradient dark

background: linear-gradient(to right, hsl(236, 91%, 53%), hsl(236, 91%, 33%))

hex

background-color: #1A29F4;

tailwind

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

box shadow

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

css variable

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

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%, 53%)?

HEX: #1A29F4 | RGB: rgb(26, 41, 244) | CMYK: 89%, 83%, 0%, 4% | HSV: 236°, 89%, 96%. Copy any format from the conversion table above.

What colors go well with #1A29F4?

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

As HSL: color: hsl(236, 91%, 53%); — As HEX: color: #1A29F4; — As RGB: color: rgb(26, 41, 244); — Tailwind CSS: bg-[hsl(236,91%,53%)] — CSS variable: --color-primary: hsl(236, 91%, 53%);