HSL(245, 61%, 84%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(245,61%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(245, 61%, 84%) color: hsl(245, 61%, 84%)
HEX #C1BDEF color: #C1BDEF
RGB rgb(193, 189, 239) color: rgb(193, 189, 239)
CMYK cmyk(19%, 21%, 0%, 6%)
HSV hsv(245, 21%, 94%)
HWB hwb(245 74% 6%) color: hwb(245 74% 6%)
OKLCH oklch(0.8185 0.0699 288.42) color: oklch(0.8185 0.0699 288.42)
Lab lab(78.44 11.51 -24.26) color: lab(78.44 11.51 -24.26)
LCH lch(78.44 26.85 295.38) color: lch(78.44 26.85 295.38)

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.78:1
vs Black 11.79: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)

#BFBFE3 — rgb(191, 191, 227)

Deuteranopia (Green-blind)

#C0C0E0 — rgb(192, 192, 224)

Tritanopia (Blue-blind)

#C1D9D7 — rgb(193, 217, 215)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(245, 61%, 84%);

text

color: hsl(245, 61%, 84%);

border

border: 2px solid hsl(245, 61%, 84%);

gradient light

background: linear-gradient(to right, hsl(245, 61%, 100%), hsl(245, 61%, 84%));

gradient dark

background: linear-gradient(to right, hsl(245, 61%, 84%), hsl(245, 61%, 64%))

hex

background-color: #C1BDEF;

tailwind

bg-[hsl(245,61%,84%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(245, 61%, 84%, 0.4);

css variable

--color-primary: hsl(245, 61%, 84%);

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(245, 61%, 84%)?

HEX: #C1BDEF | RGB: rgb(193, 189, 239) | CMYK: 19%, 21%, 0%, 6% | HSV: 245°, 21%, 94%. Copy any format from the conversion table above.

What colors go well with #C1BDEF?

The complementary color is HSL(65, 61%, 84%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(245, 61%, 84%) in CSS?

As HSL: color: hsl(245, 61%, 84%); — As HEX: color: #C1BDEF; — As RGB: color: rgb(193, 189, 239); — Tailwind CSS: bg-[hsl(245,61%,84%)] — CSS variable: --color-primary: hsl(245, 61%, 84%);