HSL(239, 40%, 77%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(239,40%,77%)]

Color Conversions

Format Value CSS Usage
HSL hsl(239, 40%, 77%) color: hsl(239, 40%, 77%)
HEX #ADAEDC color: #ADAEDC
RGB rgb(173, 174, 220) color: rgb(173, 174, 220)
CMYK cmyk(21%, 21%, 0%, 14%)
HSV hsv(239, 21%, 86%)
HWB hwb(239 68% 14%) color: hwb(239 68% 14%)
OKLCH oklch(0.7659 0.0655 283.76) color: oklch(0.7659 0.0655 283.76)
Lab lab(72.44 9.29 -23.25) color: lab(72.44 9.29 -23.25)
LCH lch(72.44 25.04 291.78) color: lch(72.44 25.04 291.78)

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.13:1
vs Black 9.86: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)

#ADADD1 — rgb(173, 173, 209)

Deuteranopia (Green-blind)

#ADADCE — rgb(173, 173, 206)

Tritanopia (Blue-blind)

#ADC8C6 — rgb(173, 200, 198)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(239, 40%, 77%);

text

color: hsl(239, 40%, 77%);

border

border: 2px solid hsl(239, 40%, 77%);

gradient light

background: linear-gradient(to right, hsl(239, 40%, 97%), hsl(239, 40%, 77%));

gradient dark

background: linear-gradient(to right, hsl(239, 40%, 77%), hsl(239, 40%, 57%))

hex

background-color: #ADAEDC;

tailwind

bg-[hsl(239,40%,77%)]

box shadow

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

css variable

--color-primary: hsl(239, 40%, 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(239, 40%, 77%)?

HEX: #ADAEDC | RGB: rgb(173, 174, 220) | CMYK: 21%, 21%, 0%, 14% | HSV: 239°, 21%, 86%. Copy any format from the conversion table above.

What colors go well with #ADAEDC?

The complementary color is HSL(59, 40%, 77%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(239, 40%, 77%) in CSS?

As HSL: color: hsl(239, 40%, 77%); — As HEX: color: #ADAEDC; — As RGB: color: rgb(173, 174, 220); — Tailwind CSS: bg-[hsl(239,40%,77%)] — CSS variable: --color-primary: hsl(239, 40%, 77%);