HSL(206, 33%, 80%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(206,33%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(206, 33%, 80%) color: hsl(206, 33%, 80%)
HEX #BBCEDD color: #BBCEDD
RGB rgb(187, 206, 221) color: rgb(187, 206, 221)
CMYK cmyk(15%, 7%, 0%, 13%)
HSV hsv(206, 15%, 87%)
HWB hwb(206 74% 13%) color: hwb(206 74% 13%)
OKLCH oklch(0.8417 0.0294 241.67) color: oklch(0.8417 0.0294 241.67)
Lab lab(81.8 -3.35 -9.59) color: lab(81.8 -3.35 -9.59)
LCH lch(81.8 10.16 250.74) color: lch(81.8 10.16 250.74)

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.62:1
vs Black 12.99: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)

#C3C3D9 — rgb(195, 195, 217)

Deuteranopia (Green-blind)

#C2C1D9 — rgb(194, 193, 217)

Tritanopia (Blue-blind)

#BCD7D6 — rgb(188, 215, 214)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(206, 33%, 80%);

text

color: hsl(206, 33%, 80%);

border

border: 2px solid hsl(206, 33%, 80%);

gradient light

background: linear-gradient(to right, hsl(206, 33%, 100%), hsl(206, 33%, 80%));

gradient dark

background: linear-gradient(to right, hsl(206, 33%, 80%), hsl(206, 33%, 60%))

hex

background-color: #BBCEDD;

tailwind

bg-[hsl(206,33%,80%)]

box shadow

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

css variable

--color-primary: hsl(206, 33%, 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(206, 33%, 80%)?

HEX: #BBCEDD | RGB: rgb(187, 206, 221) | CMYK: 15%, 7%, 0%, 13% | HSV: 206°, 15%, 87%. Copy any format from the conversion table above.

What colors go well with #BBCEDD?

The complementary color is HSL(26, 33%, 80%). For a triadic harmony, use hues 206°, 326°, and 86°. For analogous combinations, try hues 176° and 236°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(206, 33%, 80%) in CSS?

As HSL: color: hsl(206, 33%, 80%); — As HEX: color: #BBCEDD; — As RGB: color: rgb(187, 206, 221); — Tailwind CSS: bg-[hsl(206,33%,80%)] — CSS variable: --color-primary: hsl(206, 33%, 80%);