HSL(249, 92%, 64%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(249,92%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(249, 92%, 64%) color: hsl(249, 92%, 64%)
HEX #684FF8 color: #684FF8
RGB rgb(104, 79, 248) color: rgb(104, 79, 248)
CMYK cmyk(58%, 68%, 0%, 3%)
HSV hsv(249, 68%, 97%)
HWB hwb(249 31% 3%) color: hwb(249 31% 3%)
OKLCH oklch(0.5585 0.2386 282.16) color: oklch(0.5585 0.2386 282.16)
Lab lab(46.06 54.75 -80.98) color: lab(46.06 54.75 -80.98)
LCH lch(46.06 97.75 304.06) color: lch(46.06 97.75 304.06)

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.17:1
vs Black 4.06: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)

#5D5DCF — rgb(93, 93, 207)

Deuteranopia (Green-blind)

#5F61C5 — rgb(95, 97, 197)

Tritanopia (Blue-blind)

#67AFA8 — rgb(103, 175, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(249, 92%, 64%);

text

color: hsl(249, 92%, 64%);

border

border: 2px solid hsl(249, 92%, 64%);

gradient light

background: linear-gradient(to right, hsl(249, 92%, 84%), hsl(249, 92%, 64%));

gradient dark

background: linear-gradient(to right, hsl(249, 92%, 64%), hsl(249, 92%, 44%))

hex

background-color: #684FF8;

tailwind

bg-[hsl(249,92%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(249, 92%, 64%, 0.4);

css variable

--color-primary: hsl(249, 92%, 64%);

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(249, 92%, 64%)?

HEX: #684FF8 | RGB: rgb(104, 79, 248) | CMYK: 58%, 68%, 0%, 3% | HSV: 249°, 68%, 97%. Copy any format from the conversion table above.

What colors go well with #684FF8?

The complementary color is HSL(69, 92%, 64%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(249, 92%, 64%) in CSS?

As HSL: color: hsl(249, 92%, 64%); — As HEX: color: #684FF8; — As RGB: color: rgb(104, 79, 248); — Tailwind CSS: bg-[hsl(249,92%,64%)] — CSS variable: --color-primary: hsl(249, 92%, 64%);