HSL(232, 30%, 62%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(232,30%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(232, 30%, 62%) color: hsl(232, 30%, 62%)
HEX #8189BB color: #8189BB
RGB rgb(129, 137, 187) color: rgb(129, 137, 187)
CMYK cmyk(31%, 27%, 0%, 27%)
HSV hsv(232, 31%, 73%)
HWB hwb(232 50% 27%) color: hwb(232 50% 27%)
OKLCH oklch(0.6427 0.0755 277.03) color: oklch(0.6427 0.0755 277.03)
Lab lab(58.17 8.83 -27.06) color: lab(58.17 8.83 -27.06)
LCH lch(58.17 28.46 288.07) color: lch(58.17 28.46 288.07)

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.37:1
vs Black 6.23: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)

#8485AF — rgb(132, 133, 175)

Deuteranopia (Green-blind)

#8483AC — rgb(132, 131, 172)

Tritanopia (Blue-blind)

#81A5A3 — rgb(129, 165, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(232, 30%, 62%);

text

color: hsl(232, 30%, 62%);

border

border: 2px solid hsl(232, 30%, 62%);

gradient light

background: linear-gradient(to right, hsl(232, 30%, 82%), hsl(232, 30%, 62%));

gradient dark

background: linear-gradient(to right, hsl(232, 30%, 62%), hsl(232, 30%, 42%))

hex

background-color: #8189BB;

tailwind

bg-[hsl(232,30%,62%)]

box shadow

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

css variable

--color-primary: hsl(232, 30%, 62%);

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(232, 30%, 62%)?

HEX: #8189BB | RGB: rgb(129, 137, 187) | CMYK: 31%, 27%, 0%, 27% | HSV: 232°, 31%, 73%. Copy any format from the conversion table above.

What colors go well with #8189BB?

The complementary color is HSL(52, 30%, 62%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(232, 30%, 62%) in CSS?

As HSL: color: hsl(232, 30%, 62%); — As HEX: color: #8189BB; — As RGB: color: rgb(129, 137, 187); — Tailwind CSS: bg-[hsl(232,30%,62%)] — CSS variable: --color-primary: hsl(232, 30%, 62%);