HSL(249, 100%, 64%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(249, 100%, 64%) color: hsl(249, 100%, 64%)
HEX #6347FF color: #6347FF
RGB rgb(99, 71, 255) color: rgb(99, 71, 255)
CMYK cmyk(61%, 72%, 0%, 0%)
HSV hsv(249, 72%, 100%)
HWB hwb(249 28% 0%) color: hwb(249 28% 0%)
OKLCH oklch(0.5502 0.2556 280.84) color: oklch(0.5502 0.2556 280.84)
Lab lab(44.77 60.3 -87.02) color: lab(44.77 60.3 -87.02)
LCH lch(44.77 105.87 304.72) color: lch(44.77 105.87 304.72)

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.88: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)

#5757D2 — rgb(87, 87, 210)

Deuteranopia (Green-blind)

#595BC8 — rgb(89, 91, 200)

Tritanopia (Blue-blind)

#62AFA8 — rgb(98, 175, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #6347FF;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(249, 100%, 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, 100%, 64%)?

HEX: #6347FF | RGB: rgb(99, 71, 255) | CMYK: 61%, 72%, 0%, 0% | HSV: 249°, 72%, 100%. Copy any format from the conversion table above.

What colors go well with #6347FF?

The complementary color is HSL(69, 100%, 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, 100%, 64%) in CSS?

As HSL: color: hsl(249, 100%, 64%); — As HEX: color: #6347FF; — As RGB: color: rgb(99, 71, 255); — Tailwind CSS: bg-[hsl(249,100%,64%)] — CSS variable: --color-primary: hsl(249, 100%, 64%);