HSL(221, 92%, 54%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(221,92%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(221, 92%, 54%) color: hsl(221, 92%, 54%)
HEX #1E62F6 color: #1E62F6
RGB rgb(30, 98, 246) color: rgb(30, 98, 246)
CMYK cmyk(88%, 60%, 0%, 4%)
HSV hsv(221, 88%, 96%)
HWB hwb(221 12% 4%) color: hwb(221 12% 4%)
OKLCH oklch(0.5519 0.2313 262.76) color: oklch(0.5519 0.2313 262.76)
Lab lab(46.53 35.28 -79.23) color: lab(46.53 35.28 -79.23)
LCH lch(46.53 86.73 294) color: lch(46.53 86.73 294)

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 5.08:1
vs Black 4.13: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)

#3B3CD2 — rgb(59, 60, 210)

Deuteranopia (Green-blind)

#3832CA — rgb(56, 50, 202)

Tritanopia (Blue-blind)

#21B6B0 — rgb(33, 182, 176)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(221, 92%, 54%);

text

color: hsl(221, 92%, 54%);

border

border: 2px solid hsl(221, 92%, 54%);

gradient light

background: linear-gradient(to right, hsl(221, 92%, 74%), hsl(221, 92%, 54%));

gradient dark

background: linear-gradient(to right, hsl(221, 92%, 54%), hsl(221, 92%, 34%))

hex

background-color: #1E62F6;

tailwind

bg-[hsl(221,92%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(221, 92%, 54%, 0.4);

css variable

--color-primary: hsl(221, 92%, 54%);

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(221, 92%, 54%)?

HEX: #1E62F6 | RGB: rgb(30, 98, 246) | CMYK: 88%, 60%, 0%, 4% | HSV: 221°, 88%, 96%. Copy any format from the conversion table above.

What colors go well with #1E62F6?

The complementary color is HSL(41, 92%, 54%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(221, 92%, 54%) in CSS?

As HSL: color: hsl(221, 92%, 54%); — As HEX: color: #1E62F6; — As RGB: color: rgb(30, 98, 246); — Tailwind CSS: bg-[hsl(221,92%,54%)] — CSS variable: --color-primary: hsl(221, 92%, 54%);