HSL(233, 45%, 80%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,45%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 45%, 80%) color: hsl(233, 45%, 80%)
HEX #B5BAE3 color: #B5BAE3
RGB rgb(181, 186, 227) color: rgb(181, 186, 227)
CMYK cmyk(20%, 18%, 0%, 11%)
HSV hsv(233, 20%, 89%)
HWB hwb(233 71% 11%) color: hwb(233 71% 11%)
OKLCH oklch(0.7987 0.0582 279.53) color: oklch(0.7987 0.0582 279.53)
Lab lab(76.37 6.77 -21.02) color: lab(76.37 6.77 -21.02)
LCH lch(76.37 22.08 287.85) color: lch(76.37 22.08 287.85)

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 1.89:1
vs Black 11.1: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)

#B7B7D9 — rgb(183, 183, 217)

Deuteranopia (Green-blind)

#B7B7D7 — rgb(183, 183, 215)

Tritanopia (Blue-blind)

#B5D1D0 — rgb(181, 209, 208)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 45%, 80%);

text

color: hsl(233, 45%, 80%);

border

border: 2px solid hsl(233, 45%, 80%);

gradient light

background: linear-gradient(to right, hsl(233, 45%, 100%), hsl(233, 45%, 80%));

gradient dark

background: linear-gradient(to right, hsl(233, 45%, 80%), hsl(233, 45%, 60%))

hex

background-color: #B5BAE3;

tailwind

bg-[hsl(233,45%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(233, 45%, 80%, 0.4);

css variable

--color-primary: hsl(233, 45%, 80%);

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(233, 45%, 80%)?

HEX: #B5BAE3 | RGB: rgb(181, 186, 227) | CMYK: 20%, 18%, 0%, 11% | HSV: 233°, 20%, 89%. Copy any format from the conversion table above.

What colors go well with #B5BAE3?

The complementary color is HSL(53, 45%, 80%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(233, 45%, 80%) in CSS?

As HSL: color: hsl(233, 45%, 80%); — As HEX: color: #B5BAE3; — As RGB: color: rgb(181, 186, 227); — Tailwind CSS: bg-[hsl(233,45%,80%)] — CSS variable: --color-primary: hsl(233, 45%, 80%);