HSL(250, 25%, 79%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(250,25%,79%)]

Color Conversions

Format Value CSS Usage
HSL hsl(250, 25%, 79%) color: hsl(250, 25%, 79%)
HEX #C1BCD7 color: #C1BCD7
RGB rgb(193, 188, 215) color: rgb(193, 188, 215)
CMYK cmyk(10%, 13%, 0%, 16%)
HSV hsv(251, 13%, 84%)
HWB hwb(251 73% 16%) color: hwb(251 73% 16%)
OKLCH oklch(0.8078 0.038 294.03) color: oklch(0.8078 0.038 294.03)
Lab lab(77.41 6.95 -12.88) color: lab(77.41 6.95 -12.88)
LCH lch(77.41 14.64 298.35) color: lch(77.41 14.64 298.35)

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.84:1
vs Black 11.44: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)

#BFBFD0 — rgb(191, 191, 208)

Deuteranopia (Green-blind)

#BFC0CF — rgb(191, 192, 207)

Tritanopia (Blue-blind)

#C1CBCA — rgb(193, 203, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(250, 25%, 79%);

text

color: hsl(250, 25%, 79%);

border

border: 2px solid hsl(250, 25%, 79%);

gradient light

background: linear-gradient(to right, hsl(250, 25%, 99%), hsl(250, 25%, 79%));

gradient dark

background: linear-gradient(to right, hsl(250, 25%, 79%), hsl(250, 25%, 59%))

hex

background-color: #C1BCD7;

tailwind

bg-[hsl(250,25%,79%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(250, 25%, 79%, 0.4);

css variable

--color-primary: hsl(250, 25%, 79%);

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(250, 25%, 79%)?

HEX: #C1BCD7 | RGB: rgb(193, 188, 215) | CMYK: 10%, 13%, 0%, 16% | HSV: 251°, 13%, 84%. Copy any format from the conversion table above.

What colors go well with #C1BCD7?

The complementary color is HSL(70, 25%, 79%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(250, 25%, 79%) in CSS?

As HSL: color: hsl(250, 25%, 79%); — As HEX: color: #C1BCD7; — As RGB: color: rgb(193, 188, 215); — Tailwind CSS: bg-[hsl(250,25%,79%)] — CSS variable: --color-primary: hsl(250, 25%, 79%);