HSL(252, 66%, 62%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(252,66%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(252, 66%, 62%) color: hsl(252, 66%, 62%)
HEX #785EDE color: #785EDE
RGB rgb(120, 94, 222) color: rgb(120, 94, 222)
CMYK cmyk(46%, 58%, 0%, 13%)
HSV hsv(252, 58%, 87%)
HWB hwb(252 37% 13%) color: hwb(252 37% 13%)
OKLCH oklch(0.5742 0.187 288.42) color: oklch(0.5742 0.187 288.42)
Lab lab(48.6 41.61 -62.14) color: lab(48.6 41.61 -62.14)
LCH lch(48.6 74.78 303.81) color: lch(48.6 74.78 303.81)

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.71:1
vs Black 4.45: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)

#6D6DBF — rgb(109, 109, 191)

Deuteranopia (Green-blind)

#6E70B8 — rgb(110, 112, 184)

Tritanopia (Blue-blind)

#77A7A1 — rgb(119, 167, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(252, 66%, 62%);

text

color: hsl(252, 66%, 62%);

border

border: 2px solid hsl(252, 66%, 62%);

gradient light

background: linear-gradient(to right, hsl(252, 66%, 82%), hsl(252, 66%, 62%));

gradient dark

background: linear-gradient(to right, hsl(252, 66%, 62%), hsl(252, 66%, 42%))

hex

background-color: #785EDE;

tailwind

bg-[hsl(252,66%,62%)]

box shadow

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

css variable

--color-primary: hsl(252, 66%, 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(252, 66%, 62%)?

HEX: #785EDE | RGB: rgb(120, 94, 222) | CMYK: 46%, 58%, 0%, 13% | HSV: 252°, 58%, 87%. Copy any format from the conversion table above.

What colors go well with #785EDE?

The complementary color is HSL(72, 66%, 62%). For a triadic harmony, use hues 252°, 12°, and 132°. For analogous combinations, try hues 222° and 282°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(252, 66%, 62%) in CSS?

As HSL: color: hsl(252, 66%, 62%); — As HEX: color: #785EDE; — As RGB: color: rgb(120, 94, 222); — Tailwind CSS: bg-[hsl(252,66%,62%)] — CSS variable: --color-primary: hsl(252, 66%, 62%);