HSL(248, 69%, 64%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(248,69%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(248, 69%, 64%) color: hsl(248, 69%, 64%)
HEX #7564E3 color: #7564E3
RGB rgb(117, 100, 227) color: rgb(117, 100, 227)
CMYK cmyk(48%, 56%, 0%, 11%)
HSV hsv(248, 56%, 89%)
HWB hwb(248 39% 11%) color: hwb(248 39% 11%)
OKLCH oklch(0.5852 0.1856 285.22) color: oklch(0.5852 0.1856 285.22)
Lab lab(50.03 38.95 -62.68) color: lab(50.03 38.95 -62.68)
LCH lch(50.03 73.8 301.86) color: lch(50.03 73.8 301.86)

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.48:1
vs Black 4.69: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)

#6E6DC4 — rgb(110, 109, 196)

Deuteranopia (Green-blind)

#6F70BD — rgb(111, 112, 189)

Tritanopia (Blue-blind)

#74ACA7 — rgb(116, 172, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(248, 69%, 64%);

text

color: hsl(248, 69%, 64%);

border

border: 2px solid hsl(248, 69%, 64%);

gradient light

background: linear-gradient(to right, hsl(248, 69%, 84%), hsl(248, 69%, 64%));

gradient dark

background: linear-gradient(to right, hsl(248, 69%, 64%), hsl(248, 69%, 44%))

hex

background-color: #7564E3;

tailwind

bg-[hsl(248,69%,64%)]

box shadow

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

css variable

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

HEX: #7564E3 | RGB: rgb(117, 100, 227) | CMYK: 48%, 56%, 0%, 11% | HSV: 248°, 56%, 89%. Copy any format from the conversion table above.

What colors go well with #7564E3?

The complementary color is HSL(68, 69%, 64%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(248, 69%, 64%) in CSS?

As HSL: color: hsl(248, 69%, 64%); — As HEX: color: #7564E3; — As RGB: color: rgb(117, 100, 227); — Tailwind CSS: bg-[hsl(248,69%,64%)] — CSS variable: --color-primary: hsl(248, 69%, 64%);