HSL(245, 50%, 62%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(245,50%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(245, 50%, 62%) color: hsl(245, 50%, 62%)
HEX #766ECF color: #766ECF
RGB rgb(118, 110, 207) color: rgb(118, 110, 207)
CMYK cmyk(43%, 47%, 0%, 19%)
HSV hsv(245, 47%, 81%)
HWB hwb(245 43% 19%) color: hwb(245 43% 19%)
OKLCH oklch(0.5908 0.1446 284.81) color: oklch(0.5908 0.1446 284.81)
Lab lab(51.28 27.39 -49.33) color: lab(51.28 27.39 -49.33)
LCH lch(51.28 56.42 299.04) color: lch(51.28 56.42 299.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 4.28:1
vs Black 4.9: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)

#7372B8 — rgb(115, 114, 184)

Deuteranopia (Green-blind)

#7374B2 — rgb(115, 116, 178)

Tritanopia (Blue-blind)

#76A5A1 — rgb(118, 165, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(245, 50%, 62%);

text

color: hsl(245, 50%, 62%);

border

border: 2px solid hsl(245, 50%, 62%);

gradient light

background: linear-gradient(to right, hsl(245, 50%, 82%), hsl(245, 50%, 62%));

gradient dark

background: linear-gradient(to right, hsl(245, 50%, 62%), hsl(245, 50%, 42%))

hex

background-color: #766ECF;

tailwind

bg-[hsl(245,50%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(245, 50%, 62%, 0.4);

css variable

--color-primary: hsl(245, 50%, 62%);

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(245, 50%, 62%)?

HEX: #766ECF | RGB: rgb(118, 110, 207) | CMYK: 43%, 47%, 0%, 19% | HSV: 245°, 47%, 81%. Copy any format from the conversion table above.

What colors go well with #766ECF?

The complementary color is HSL(65, 50%, 62%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(245, 50%, 62%) in CSS?

As HSL: color: hsl(245, 50%, 62%); — As HEX: color: #766ECF; — As RGB: color: rgb(118, 110, 207); — Tailwind CSS: bg-[hsl(245,50%,62%)] — CSS variable: --color-primary: hsl(245, 50%, 62%);