HSL(232, 47%, 71%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(232,47%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(232, 47%, 71%) color: hsl(232, 47%, 71%)
HEX #929CD8 color: #929CD8
RGB rgb(146, 156, 216) color: rgb(146, 156, 216)
CMYK cmyk(32%, 28%, 0%, 15%)
HSV hsv(231, 32%, 85%)
HWB hwb(231 58% 15%) color: hwb(231 58% 15%)
OKLCH oklch(0.7075 0.0885 276.6) color: oklch(0.7075 0.0885 276.6)
Lab lab(65.63 10.37 -31.69) color: lab(65.63 10.37 -31.69)
LCH lch(65.63 33.34 288.12) color: lch(65.63 33.34 288.12)

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.64:1
vs Black 7.97: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)

#9696C9 — rgb(150, 150, 201)

Deuteranopia (Green-blind)

#9695C6 — rgb(150, 149, 198)

Tritanopia (Blue-blind)

#93BEBC — rgb(147, 190, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(232, 47%, 71%);

text

color: hsl(232, 47%, 71%);

border

border: 2px solid hsl(232, 47%, 71%);

gradient light

background: linear-gradient(to right, hsl(232, 47%, 91%), hsl(232, 47%, 71%));

gradient dark

background: linear-gradient(to right, hsl(232, 47%, 71%), hsl(232, 47%, 51%))

hex

background-color: #929CD8;

tailwind

bg-[hsl(232,47%,71%)]

box shadow

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

css variable

--color-primary: hsl(232, 47%, 71%);

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, 47%, 71%)?

HEX: #929CD8 | RGB: rgb(146, 156, 216) | CMYK: 32%, 28%, 0%, 15% | HSV: 231°, 32%, 85%. Copy any format from the conversion table above.

What colors go well with #929CD8?

The complementary color is HSL(52, 47%, 71%). 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, 47%, 71%) in CSS?

As HSL: color: hsl(232, 47%, 71%); — As HEX: color: #929CD8; — As RGB: color: rgb(146, 156, 216); — Tailwind CSS: bg-[hsl(232,47%,71%)] — CSS variable: --color-primary: hsl(232, 47%, 71%);