HSL(239, 40%, 69%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(239,40%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(239, 40%, 69%) color: hsl(239, 40%, 69%)
HEX #9091D0 color: #9091D0
RGB rgb(144, 145, 208) color: rgb(144, 145, 208)
CMYK cmyk(31%, 30%, 0%, 18%)
HSV hsv(239, 31%, 82%)
HWB hwb(239 57% 18%) color: hwb(239 57% 18%)
OKLCH oklch(0.6801 0.0925 282.95) color: oklch(0.6801 0.0925 282.95)
Lab lab(62.28 14.03 -32.44) color: lab(62.28 14.03 -32.44)
LCH lch(62.28 35.34 293.39) color: lch(62.28 35.34 293.39)

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 2.94:1
vs Black 7.15:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9090C1 — rgb(144, 144, 193)

Deuteranopia (Green-blind)

#9090BD — rgb(144, 144, 189)

Tritanopia (Blue-blind)

#90B5B2 — rgb(144, 181, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(239, 40%, 69%);

text

color: hsl(239, 40%, 69%);

border

border: 2px solid hsl(239, 40%, 69%);

gradient light

background: linear-gradient(to right, hsl(239, 40%, 89%), hsl(239, 40%, 69%));

gradient dark

background: linear-gradient(to right, hsl(239, 40%, 69%), hsl(239, 40%, 49%))

hex

background-color: #9091D0;

tailwind

bg-[hsl(239,40%,69%)]

box shadow

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

css variable

--color-primary: hsl(239, 40%, 69%);

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(239, 40%, 69%)?

HEX: #9091D0 | RGB: rgb(144, 145, 208) | CMYK: 31%, 30%, 0%, 18% | HSV: 239°, 31%, 82%. Copy any format from the conversion table above.

What colors go well with #9091D0?

The complementary color is HSL(59, 40%, 69%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(239, 40%, 69%) in CSS?

As HSL: color: hsl(239, 40%, 69%); — As HEX: color: #9091D0; — As RGB: color: rgb(144, 145, 208); — Tailwind CSS: bg-[hsl(239,40%,69%)] — CSS variable: --color-primary: hsl(239, 40%, 69%);