HSL(233, 44%, 77%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(233,44%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(233, 44%, 77%) color: hsl(233, 44%, 77%)
HEX #ABB1DE color: #ABB1DE
RGB rgb(171, 177, 222) color: rgb(171, 177, 222)
CMYK cmyk(23%, 20%, 0%, 13%)
HSV hsv(233, 23%, 87%)
HWB hwb(233 67% 13%) color: hwb(233 67% 13%)
OKLCH oklch(0.7712 0.0646 278.83) color: oklch(0.7712 0.0646 278.83)
Lab lab(73.14 7.49 -23.29) color: lab(73.14 7.49 -23.29)
LCH lch(73.14 24.46 287.83) color: lch(73.14 24.46 287.83)

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.08:1
vs Black 10.08: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)

#AEAED3 — rgb(174, 174, 211)

Deuteranopia (Green-blind)

#ADADD1 — rgb(173, 173, 209)

Tritanopia (Blue-blind)

#ABCBC9 — rgb(171, 203, 201)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(233, 44%, 77%);

text

color: hsl(233, 44%, 77%);

border

border: 2px solid hsl(233, 44%, 77%);

gradient light

background: linear-gradient(to right, hsl(233, 44%, 97%), hsl(233, 44%, 77%));

gradient dark

background: linear-gradient(to right, hsl(233, 44%, 77%), hsl(233, 44%, 57%))

hex

background-color: #ABB1DE;

tailwind

bg-[hsl(233,44%,77%)]

box shadow

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

css variable

--color-primary: hsl(233, 44%, 77%);

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, 44%, 77%)?

HEX: #ABB1DE | RGB: rgb(171, 177, 222) | CMYK: 23%, 20%, 0%, 13% | HSV: 233°, 23%, 87%. Copy any format from the conversion table above.

What colors go well with #ABB1DE?

The complementary color is HSL(53, 44%, 77%). 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, 44%, 77%) in CSS?

As HSL: color: hsl(233, 44%, 77%); — As HEX: color: #ABB1DE; — As RGB: color: rgb(171, 177, 222); — Tailwind CSS: bg-[hsl(233,44%,77%)] — CSS variable: --color-primary: hsl(233, 44%, 77%);