HSL(238, 30%, 63%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(238,30%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(238, 30%, 63%) color: hsl(238, 30%, 63%)
HEX #8486BD color: #8486BD
RGB rgb(132, 134, 189) color: rgb(132, 134, 189)
CMYK cmyk(30%, 29%, 0%, 26%)
HSV hsv(238, 30%, 74%)
HWB hwb(238 52% 26%) color: hwb(238 52% 26%)
OKLCH oklch(0.6397 0.0821 282.2) color: oklch(0.6397 0.0821 282.2)
Lab lab(57.68 11.99 -28.94) color: lab(57.68 11.99 -28.94)
LCH lch(57.68 31.33 292.5) color: lch(57.68 31.33 292.5)

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.43:1
vs Black 6.13: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)

#8585B0 — rgb(133, 133, 176)

Deuteranopia (Green-blind)

#8585AD — rgb(133, 133, 173)

Tritanopia (Blue-blind)

#84A5A3 — rgb(132, 165, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(238, 30%, 63%);

text

color: hsl(238, 30%, 63%);

border

border: 2px solid hsl(238, 30%, 63%);

gradient light

background: linear-gradient(to right, hsl(238, 30%, 83%), hsl(238, 30%, 63%));

gradient dark

background: linear-gradient(to right, hsl(238, 30%, 63%), hsl(238, 30%, 43%))

hex

background-color: #8486BD;

tailwind

bg-[hsl(238,30%,63%)]

box shadow

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

css variable

--color-primary: hsl(238, 30%, 63%);

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(238, 30%, 63%)?

HEX: #8486BD | RGB: rgb(132, 134, 189) | CMYK: 30%, 29%, 0%, 26% | HSV: 238°, 30%, 74%. Copy any format from the conversion table above.

What colors go well with #8486BD?

The complementary color is HSL(58, 30%, 63%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(238, 30%, 63%) in CSS?

As HSL: color: hsl(238, 30%, 63%); — As HEX: color: #8486BD; — As RGB: color: rgb(132, 134, 189); — Tailwind CSS: bg-[hsl(238,30%,63%)] — CSS variable: --color-primary: hsl(238, 30%, 63%);