HSL(210, 48%, 75%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(210,48%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(210, 48%, 75%) color: hsl(210, 48%, 75%)
HEX #A1BFDE color: #A1BFDE
RGB rgb(161, 191, 222) color: rgb(161, 191, 222)
CMYK cmyk(27%, 14%, 0%, 13%)
HSV hsv(210, 27%, 87%)
HWB hwb(210 64% 13%) color: hwb(210 64% 13%)
OKLCH oklch(0.7929 0.055 249.38) color: oklch(0.7929 0.055 249.38)
Lab lab(76.14 -3.14 -18.8) color: lab(76.14 -3.14 -18.8)
LCH lch(76.14 19.06 260.52) color: lch(76.14 19.06 260.52)

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.91:1
vs Black 11.02: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)

#AEAED6 — rgb(174, 174, 214)

Deuteranopia (Green-blind)

#ACAAD5 — rgb(172, 170, 213)

Tritanopia (Blue-blind)

#A3D1CF — rgb(163, 209, 207)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(210, 48%, 75%);

text

color: hsl(210, 48%, 75%);

border

border: 2px solid hsl(210, 48%, 75%);

gradient light

background: linear-gradient(to right, hsl(210, 48%, 95%), hsl(210, 48%, 75%));

gradient dark

background: linear-gradient(to right, hsl(210, 48%, 75%), hsl(210, 48%, 55%))

hex

background-color: #A1BFDE;

tailwind

bg-[hsl(210,48%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(210, 48%, 75%, 0.4);

css variable

--color-primary: hsl(210, 48%, 75%);

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(210, 48%, 75%)?

HEX: #A1BFDE | RGB: rgb(161, 191, 222) | CMYK: 27%, 14%, 0%, 13% | HSV: 210°, 27%, 87%. Copy any format from the conversion table above.

What colors go well with #A1BFDE?

The complementary color is HSL(30, 48%, 75%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(210, 48%, 75%) in CSS?

As HSL: color: hsl(210, 48%, 75%); — As HEX: color: #A1BFDE; — As RGB: color: rgb(161, 191, 222); — Tailwind CSS: bg-[hsl(210,48%,75%)] — CSS variable: --color-primary: hsl(210, 48%, 75%);