HSL(216, 82%, 59%)

Vivid Blue — Blue color

Adjust Color

Color Information

Color Name

Vivid Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(216,82%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(216, 82%, 59%) color: hsl(216, 82%, 59%)
HEX #4185EC color: #4185EC
RGB rgb(65, 133, 236) color: rgb(65, 133, 236)
CMYK cmyk(72%, 44%, 0%, 7%)
HSV hsv(216, 72%, 93%)
HWB hwb(216 26% 7%) color: hwb(216 26% 7%)
OKLCH oklch(0.6249 0.17 258.65) color: oklch(0.6249 0.17 258.65)
Lab lab(56.04 12.81 -58.21) color: lab(56.04 12.81 -58.21)
LCH lch(56.04 59.6 282.41) color: lch(56.04 59.6 282.41)

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.63:1
vs Black 5.79: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)

#5E5FD3 — rgb(94, 95, 211)

Deuteranopia (Green-blind)

#5B55CD — rgb(91, 85, 205)

Tritanopia (Blue-blind)

#44BFBB — rgb(68, 191, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(216, 82%, 59%);

text

color: hsl(216, 82%, 59%);

border

border: 2px solid hsl(216, 82%, 59%);

gradient light

background: linear-gradient(to right, hsl(216, 82%, 79%), hsl(216, 82%, 59%));

gradient dark

background: linear-gradient(to right, hsl(216, 82%, 59%), hsl(216, 82%, 39%))

hex

background-color: #4185EC;

tailwind

bg-[hsl(216,82%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(216, 82%, 59%, 0.4);

css variable

--color-primary: hsl(216, 82%, 59%);

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(216, 82%, 59%)?

HEX: #4185EC | RGB: rgb(65, 133, 236) | CMYK: 72%, 44%, 0%, 7% | HSV: 216°, 72%, 93%. Copy any format from the conversion table above.

What colors go well with #4185EC?

The complementary color is HSL(36, 82%, 59%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(216, 82%, 59%) in CSS?

As HSL: color: hsl(216, 82%, 59%); — As HEX: color: #4185EC; — As RGB: color: rgb(65, 133, 236); — Tailwind CSS: bg-[hsl(216,82%,59%)] — CSS variable: --color-primary: hsl(216, 82%, 59%);