HSL(253, 68%, 82%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(253,68%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(253, 68%, 82%) color: hsl(253, 68%, 82%)
HEX #BFB2F0 color: #BFB2F0
RGB rgb(191, 178, 240) color: rgb(191, 178, 240)
CMYK cmyk(20%, 26%, 0%, 6%)
HSV hsv(253, 26%, 94%)
HWB hwb(253 70% 6%) color: hwb(253 70% 6%)
OKLCH oklch(0.796 0.0877 293.93) color: oklch(0.796 0.0877 293.93)
Lab lab(75.58 17.14 -29.19) color: lab(75.58 17.14 -29.19)
LCH lch(75.58 33.85 300.42) color: lch(75.58 33.85 300.42)

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.94:1
vs Black 10.84: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)

#B9B9E1 — rgb(185, 185, 225)

Deuteranopia (Green-blind)

#BABBDD — rgb(186, 187, 221)

Tritanopia (Blue-blind)

#BED5D3 — rgb(190, 213, 211)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(253, 68%, 82%);

text

color: hsl(253, 68%, 82%);

border

border: 2px solid hsl(253, 68%, 82%);

gradient light

background: linear-gradient(to right, hsl(253, 68%, 100%), hsl(253, 68%, 82%));

gradient dark

background: linear-gradient(to right, hsl(253, 68%, 82%), hsl(253, 68%, 62%))

hex

background-color: #BFB2F0;

tailwind

bg-[hsl(253,68%,82%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(253, 68%, 82%, 0.4);

css variable

--color-primary: hsl(253, 68%, 82%);

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(253, 68%, 82%)?

HEX: #BFB2F0 | RGB: rgb(191, 178, 240) | CMYK: 20%, 26%, 0%, 6% | HSV: 253°, 26%, 94%. Copy any format from the conversion table above.

What colors go well with #BFB2F0?

The complementary color is HSL(73, 68%, 82%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(253, 68%, 82%) in CSS?

As HSL: color: hsl(253, 68%, 82%); — As HEX: color: #BFB2F0; — As RGB: color: rgb(191, 178, 240); — Tailwind CSS: bg-[hsl(253,68%,82%)] — CSS variable: --color-primary: hsl(253, 68%, 82%);