HSL(197, 92%, 41%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(197,92%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(197, 92%, 41%) color: hsl(197, 92%, 41%)
HEX #0892C9 color: #0892C9
RGB rgb(8, 146, 201) color: rgb(8, 146, 201)
CMYK cmyk(96%, 27%, 0%, 21%)
HSV hsv(197, 96%, 79%)
HWB hwb(197 3% 21%) color: hwb(197 3% 21%)
OKLCH oklch(0.6227 0.1297 234.52) color: oklch(0.6227 0.1297 234.52)
Lab lab(56.9 -12.36 -37.3) color: lab(56.9 -12.36 -37.3)
LCH lch(56.9 39.29 251.67) color: lch(56.9 39.29 251.67)

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.52:1
vs Black 5.97: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)

#4445BC — rgb(68, 69, 188)

Deuteranopia (Green-blind)

#3C31B9 — rgb(60, 49, 185)

Tritanopia (Blue-blind)

#0FB1AF — rgb(15, 177, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(197, 92%, 41%);

text

color: hsl(197, 92%, 41%);

border

border: 2px solid hsl(197, 92%, 41%);

gradient light

background: linear-gradient(to right, hsl(197, 92%, 61%), hsl(197, 92%, 41%));

gradient dark

background: linear-gradient(to right, hsl(197, 92%, 41%), hsl(197, 92%, 21%))

hex

background-color: #0892C9;

tailwind

bg-[hsl(197,92%,41%)]

box shadow

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

css variable

--color-primary: hsl(197, 92%, 41%);

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(197, 92%, 41%)?

HEX: #0892C9 | RGB: rgb(8, 146, 201) | CMYK: 96%, 27%, 0%, 21% | HSV: 197°, 96%, 79%. Copy any format from the conversion table above.

What colors go well with #0892C9?

The complementary color is HSL(17, 92%, 41%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(197, 92%, 41%) in CSS?

As HSL: color: hsl(197, 92%, 41%); — As HEX: color: #0892C9; — As RGB: color: rgb(8, 146, 201); — Tailwind CSS: bg-[hsl(197,92%,41%)] — CSS variable: --color-primary: hsl(197, 92%, 41%);