HSL(219, 83%, 42%)

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

Color Conversions

Format Value CSS Usage
HSL hsl(219, 83%, 42%) color: hsl(219, 83%, 42%)
HEX #1250C4 color: #1250C4
RGB rgb(18, 80, 196) color: rgb(18, 80, 196)
CMYK cmyk(91%, 59%, 0%, 23%)
HSV hsv(219, 91%, 77%)
HWB hwb(219 7% 23%) color: hwb(219 7% 23%)
OKLCH oklch(0.4715 0.1913 261.66) color: oklch(0.4715 0.1913 261.66)
Lab lab(37.57 27.22 -65.38) color: lab(37.57 27.22 -65.38)
LCH lch(37.57 70.82 292.6) color: lch(37.57 70.82 292.6)

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.07:1
vs Black 2.97: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)

#2D2DA8 — rgb(45, 45, 168)

Deuteranopia (Green-blind)

#2925A1 — rgb(41, 37, 161)

Tritanopia (Blue-blind)

#15928D — rgb(21, 146, 141)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(219, 83%, 42%);

text

color: hsl(219, 83%, 42%);

border

border: 2px solid hsl(219, 83%, 42%);

gradient light

background: linear-gradient(to right, hsl(219, 83%, 62%), hsl(219, 83%, 42%));

gradient dark

background: linear-gradient(to right, hsl(219, 83%, 42%), hsl(219, 83%, 22%))

hex

background-color: #1250C4;

tailwind

bg-[hsl(219,83%,42%)]

box shadow

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

css variable

--color-primary: hsl(219, 83%, 42%);

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

HEX: #1250C4 | RGB: rgb(18, 80, 196) | CMYK: 91%, 59%, 0%, 23% | HSV: 219°, 91%, 77%. Copy any format from the conversion table above.

What colors go well with #1250C4?

The complementary color is HSL(39, 83%, 42%). 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, 83%, 42%) in CSS?

As HSL: color: hsl(219, 83%, 42%); — As HEX: color: #1250C4; — As RGB: color: rgb(18, 80, 196); — Tailwind CSS: bg-[hsl(219,83%,42%)] — CSS variable: --color-primary: hsl(219, 83%, 42%);