HSL(219, 61%, 49%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(219, 61%, 49%) color: hsl(219, 61%, 49%)
HEX #3166C9 color: #3166C9
RGB rgb(49, 102, 201) color: rgb(49, 102, 201)
CMYK cmyk(76%, 49%, 0%, 21%)
HSV hsv(219, 76%, 79%)
HWB hwb(219 19% 21%) color: hwb(219 19% 21%)
OKLCH oklch(0.5296 0.1644 261.49) color: oklch(0.5296 0.1644 261.49)
Lab lab(44.76 17.35 -56.57) color: lab(44.76 17.35 -56.57)
LCH lch(44.76 59.17 287.05) color: lch(44.76 59.17 287.05)

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.42:1
vs Black 3.87: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)

#4848B1 — rgb(72, 72, 177)

Deuteranopia (Green-blind)

#4541AB — rgb(69, 65, 171)

Tritanopia (Blue-blind)

#349E9A — rgb(52, 158, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #3166C9;

tailwind

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

box shadow

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

css variable

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

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

HEX: #3166C9 | RGB: rgb(49, 102, 201) | CMYK: 76%, 49%, 0%, 21% | HSV: 219°, 76%, 79%. Copy any format from the conversion table above.

What colors go well with #3166C9?

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

As HSL: color: hsl(219, 61%, 49%); — As HEX: color: #3166C9; — As RGB: color: rgb(49, 102, 201); — Tailwind CSS: bg-[hsl(219,61%,49%)] — CSS variable: --color-primary: hsl(219, 61%, 49%);