HSL(219, 30%, 61%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(219,30%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(219, 30%, 61%) color: hsl(219, 30%, 61%)
HEX #7E93B9 color: #7E93B9
RGB rgb(126, 147, 185) color: rgb(126, 147, 185)
CMYK cmyk(32%, 21%, 0%, 27%)
HSV hsv(219, 32%, 73%)
HWB hwb(219 50% 27%) color: hwb(219 50% 27%)
OKLCH oklch(0.6608 0.0618 262.16) color: oklch(0.6608 0.0618 262.16)
Lab lab(60.61 1.66 -22.2) color: lab(60.61 1.66 -22.2)
LCH lch(60.61 22.26 274.28) color: lch(60.61 22.26 274.28)

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.11:1
vs Black 6.76: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)

#8787B0 — rgb(135, 135, 176)

Deuteranopia (Green-blind)

#8684AE — rgb(134, 132, 174)

Tritanopia (Blue-blind)

#7FA9A7 — rgb(127, 169, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(219, 30%, 61%);

text

color: hsl(219, 30%, 61%);

border

border: 2px solid hsl(219, 30%, 61%);

gradient light

background: linear-gradient(to right, hsl(219, 30%, 81%), hsl(219, 30%, 61%));

gradient dark

background: linear-gradient(to right, hsl(219, 30%, 61%), hsl(219, 30%, 41%))

hex

background-color: #7E93B9;

tailwind

bg-[hsl(219,30%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(219, 30%, 61%, 0.4);

css variable

--color-primary: hsl(219, 30%, 61%);

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(219, 30%, 61%)?

HEX: #7E93B9 | RGB: rgb(126, 147, 185) | CMYK: 32%, 21%, 0%, 27% | HSV: 219°, 32%, 73%. Copy any format from the conversion table above.

What colors go well with #7E93B9?

The complementary color is HSL(39, 30%, 61%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(219, 30%, 61%) in CSS?

As HSL: color: hsl(219, 30%, 61%); — As HEX: color: #7E93B9; — As RGB: color: rgb(126, 147, 185); — Tailwind CSS: bg-[hsl(219,30%,61%)] — CSS variable: --color-primary: hsl(219, 30%, 61%);