HSL(198, 83%, 43%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(198,83%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(198, 83%, 43%) color: hsl(198, 83%, 43%)
HEX #1392C9 color: #1392C9
RGB rgb(19, 146, 201) color: rgb(19, 146, 201)
CMYK cmyk(91%, 27%, 0%, 21%)
HSV hsv(198, 91%, 79%)
HWB hwb(198 7% 21%) color: hwb(198 7% 21%)
OKLCH oklch(0.6236 0.1283 235.05) color: oklch(0.6236 0.1283 235.05)
Lab lab(56.99 -11.92 -37.16) color: lab(56.99 -11.92 -37.16)
LCH lch(56.99 39.03 252.22) color: lch(56.99 39.03 252.22)

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 3.51:1
vs Black 5.98:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#4A4BBC — rgb(74, 75, 188)

Deuteranopia (Green-blind)

#4339B9 — rgb(67, 57, 185)

Tritanopia (Blue-blind)

#19B1AF — rgb(25, 177, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(198, 83%, 43%);

text

color: hsl(198, 83%, 43%);

border

border: 2px solid hsl(198, 83%, 43%);

gradient light

background: linear-gradient(to right, hsl(198, 83%, 63%), hsl(198, 83%, 43%));

gradient dark

background: linear-gradient(to right, hsl(198, 83%, 43%), hsl(198, 83%, 23%))

hex

background-color: #1392C9;

tailwind

bg-[hsl(198,83%,43%)]

box shadow

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

css variable

--color-primary: hsl(198, 83%, 43%);

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(198, 83%, 43%)?

HEX: #1392C9 | RGB: rgb(19, 146, 201) | CMYK: 91%, 27%, 0%, 21% | HSV: 198°, 91%, 79%. Copy any format from the conversion table above.

What colors go well with #1392C9?

The complementary color is HSL(18, 83%, 43%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(198, 83%, 43%) in CSS?

As HSL: color: hsl(198, 83%, 43%); — As HEX: color: #1392C9; — As RGB: color: rgb(19, 146, 201); — Tailwind CSS: bg-[hsl(198,83%,43%)] — CSS variable: --color-primary: hsl(198, 83%, 43%);