HSL(199, 89%, 34%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(199,89%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(199, 89%, 34%) color: hsl(199, 89%, 34%)
HEX #0A73A4 color: #0A73A4
RGB rgb(10, 115, 164) color: rgb(10, 115, 164)
CMYK cmyk(94%, 30%, 0%, 36%)
HSV hsv(199, 94%, 64%)
HWB hwb(199 4% 36%) color: hwb(199 4% 36%)
OKLCH oklch(0.5272 0.1133 237.54) color: oklch(0.5272 0.1133 237.54)
Lab lab(45.64 -8.38 -33.7) color: lab(45.64 -8.38 -33.7)
LCH lch(45.64 34.73 256.04) color: lch(45.64 34.73 256.04)

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.25:1
vs Black 4: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)

#373898 — rgb(55, 56, 152)

Deuteranopia (Green-blind)

#312A95 — rgb(49, 42, 149)

Tritanopia (Blue-blind)

#0F8F8D — rgb(15, 143, 141)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(199, 89%, 34%);

text

color: hsl(199, 89%, 34%);

border

border: 2px solid hsl(199, 89%, 34%);

gradient light

background: linear-gradient(to right, hsl(199, 89%, 54%), hsl(199, 89%, 34%));

gradient dark

background: linear-gradient(to right, hsl(199, 89%, 34%), hsl(199, 89%, 14%))

hex

background-color: #0A73A4;

tailwind

bg-[hsl(199,89%,34%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(199, 89%, 34%, 0.4);

css variable

--color-primary: hsl(199, 89%, 34%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(199, 89%, 34%)?

HEX: #0A73A4 | RGB: rgb(10, 115, 164) | CMYK: 94%, 30%, 0%, 36% | HSV: 199°, 94%, 64%. Copy any format from the conversion table above.

What colors go well with #0A73A4?

The complementary color is HSL(19, 89%, 34%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(199, 89%, 34%) in CSS?

As HSL: color: hsl(199, 89%, 34%); — As HEX: color: #0A73A4; — As RGB: color: rgb(10, 115, 164); — Tailwind CSS: bg-[hsl(199,89%,34%)] — CSS variable: --color-primary: hsl(199, 89%, 34%);