HSL(234, 79%, 68%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(234,79%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(234, 79%, 68%) color: hsl(234, 79%, 68%)
HEX #6D7AEE color: #6D7AEE
RGB rgb(109, 122, 238) color: rgb(109, 122, 238)
CMYK cmyk(54%, 49%, 0%, 7%)
HSV hsv(234, 54%, 93%)
HWB hwb(234 43% 7%) color: hwb(234 43% 7%)
OKLCH oklch(0.6263 0.1726 275.44) color: oklch(0.6263 0.1726 275.44)
Lab lab(55.42 27.56 -60.19) color: lab(55.42 27.56 -60.19)
LCH lch(55.42 66.2 294.6) color: lch(55.42 66.2 294.6)

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 3.7:1
vs Black 5.67: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)

#7373D2 — rgb(115, 115, 210)

Deuteranopia (Green-blind)

#7271CB — rgb(114, 113, 203)

Tritanopia (Blue-blind)

#6EBCB7 — rgb(110, 188, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(234, 79%, 68%);

text

color: hsl(234, 79%, 68%);

border

border: 2px solid hsl(234, 79%, 68%);

gradient light

background: linear-gradient(to right, hsl(234, 79%, 88%), hsl(234, 79%, 68%));

gradient dark

background: linear-gradient(to right, hsl(234, 79%, 68%), hsl(234, 79%, 48%))

hex

background-color: #6D7AEE;

tailwind

bg-[hsl(234,79%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(234, 79%, 68%, 0.4);

css variable

--color-primary: hsl(234, 79%, 68%);

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(234, 79%, 68%)?

HEX: #6D7AEE | RGB: rgb(109, 122, 238) | CMYK: 54%, 49%, 0%, 7% | HSV: 234°, 54%, 93%. Copy any format from the conversion table above.

What colors go well with #6D7AEE?

The complementary color is HSL(54, 79%, 68%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(234, 79%, 68%) in CSS?

As HSL: color: hsl(234, 79%, 68%); — As HEX: color: #6D7AEE; — As RGB: color: rgb(109, 122, 238); — Tailwind CSS: bg-[hsl(234,79%,68%)] — CSS variable: --color-primary: hsl(234, 79%, 68%);