HSL(227, 31%, 80%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(227,31%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(227, 31%, 80%) color: hsl(227, 31%, 80%)
HEX #BCC3DC color: #BCC3DC
RGB rgb(188, 195, 220) color: rgb(188, 195, 220)
CMYK cmyk(15%, 11%, 0%, 14%)
HSV hsv(227, 15%, 86%)
HWB hwb(227 73% 14%) color: hwb(227 73% 14%)
OKLCH oklch(0.8197 0.0359 273.18) color: oklch(0.8197 0.0359 273.18)
Lab lab(78.98 2.6 -13.26) color: lab(78.98 2.6 -13.26)
LCH lch(78.98 13.51 281.09) color: lch(78.98 13.51 281.09)

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.75:1
vs Black 11.98: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)

#BFBFD6 — rgb(191, 191, 214)

Deuteranopia (Green-blind)

#BFBED5 — rgb(191, 190, 213)

Tritanopia (Blue-blind)

#BCD1D0 — rgb(188, 209, 208)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(227, 31%, 80%);

text

color: hsl(227, 31%, 80%);

border

border: 2px solid hsl(227, 31%, 80%);

gradient light

background: linear-gradient(to right, hsl(227, 31%, 100%), hsl(227, 31%, 80%));

gradient dark

background: linear-gradient(to right, hsl(227, 31%, 80%), hsl(227, 31%, 60%))

hex

background-color: #BCC3DC;

tailwind

bg-[hsl(227,31%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(227, 31%, 80%, 0.4);

css variable

--color-primary: hsl(227, 31%, 80%);

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(227, 31%, 80%)?

HEX: #BCC3DC | RGB: rgb(188, 195, 220) | CMYK: 15%, 11%, 0%, 14% | HSV: 227°, 15%, 86%. Copy any format from the conversion table above.

What colors go well with #BCC3DC?

The complementary color is HSL(47, 31%, 80%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(227, 31%, 80%) in CSS?

As HSL: color: hsl(227, 31%, 80%); — As HEX: color: #BCC3DC; — As RGB: color: rgb(188, 195, 220); — Tailwind CSS: bg-[hsl(227,31%,80%)] — CSS variable: --color-primary: hsl(227, 31%, 80%);