HSL(219, 92%, 49%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(219,92%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(219, 92%, 49%) color: hsl(219, 92%, 49%)
HEX #0A5AF0 color: #0A5AF0
RGB rgb(10, 90, 240) color: rgb(10, 90, 240)
CMYK cmyk(96%, 63%, 0%, 6%)
HSV hsv(219, 96%, 94%)
HWB hwb(219 4% 6%) color: hwb(219 4% 6%)
OKLCH oklch(0.5288 0.2355 262.04) color: oklch(0.5288 0.2355 262.04)
Lab lab(43.75 37.38 -80.44) color: lab(43.75 37.38 -80.44)
LCH lch(43.75 88.7 294.92) color: lch(43.75 88.7 294.92)

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.62:1
vs Black 3.73: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)

#2D2DCC — rgb(45, 45, 204)

Deuteranopia (Green-blind)

#2822C3 — rgb(40, 34, 195)

Tritanopia (Blue-blind)

#0EAFA9 — rgb(14, 175, 169)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(219, 92%, 49%);

text

color: hsl(219, 92%, 49%);

border

border: 2px solid hsl(219, 92%, 49%);

gradient light

background: linear-gradient(to right, hsl(219, 92%, 69%), hsl(219, 92%, 49%));

gradient dark

background: linear-gradient(to right, hsl(219, 92%, 49%), hsl(219, 92%, 29%))

hex

background-color: #0A5AF0;

tailwind

bg-[hsl(219,92%,49%)]

box shadow

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

css variable

--color-primary: hsl(219, 92%, 49%);

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(219, 92%, 49%)?

HEX: #0A5AF0 | RGB: rgb(10, 90, 240) | CMYK: 96%, 63%, 0%, 6% | HSV: 219°, 96%, 94%. Copy any format from the conversion table above.

What colors go well with #0A5AF0?

The complementary color is HSL(39, 92%, 49%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(219, 92%, 49%) in CSS?

As HSL: color: hsl(219, 92%, 49%); — As HEX: color: #0A5AF0; — As RGB: color: rgb(10, 90, 240); — Tailwind CSS: bg-[hsl(219,92%,49%)] — CSS variable: --color-primary: hsl(219, 92%, 49%);