HSL(198, 45%, 82%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(198,45%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(198, 45%, 82%) color: hsl(198, 45%, 82%)
HEX #BCD9E6 color: #BCD9E6
RGB rgb(188, 217, 230) color: rgb(188, 217, 230)
CMYK cmyk(18%, 6%, 0%, 10%)
HSV hsv(199, 18%, 90%)
HWB hwb(199 74% 10%) color: hwb(199 74% 10%)
OKLCH oklch(0.8681 0.0357 226.62) color: oklch(0.8681 0.0357 226.62)
Lab lab(85.01 -6.88 -9.59) color: lab(85.01 -6.88 -9.59)
LCH lch(85.01 11.8 234.34) color: lch(85.01 11.8 234.34)

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.48:1
vs Black 14.21: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)

#C9C9E3 — rgb(201, 201, 227)

Deuteranopia (Green-blind)

#C7C5E2 — rgb(199, 197, 226)

Tritanopia (Blue-blind)

#BDE0E0 — rgb(189, 224, 224)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(198, 45%, 82%);

text

color: hsl(198, 45%, 82%);

border

border: 2px solid hsl(198, 45%, 82%);

gradient light

background: linear-gradient(to right, hsl(198, 45%, 100%), hsl(198, 45%, 82%));

gradient dark

background: linear-gradient(to right, hsl(198, 45%, 82%), hsl(198, 45%, 62%))

hex

background-color: #BCD9E6;

tailwind

bg-[hsl(198,45%,82%)]

box shadow

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

css variable

--color-primary: hsl(198, 45%, 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(198, 45%, 82%)?

HEX: #BCD9E6 | RGB: rgb(188, 217, 230) | CMYK: 18%, 6%, 0%, 10% | HSV: 199°, 18%, 90%. Copy any format from the conversion table above.

What colors go well with #BCD9E6?

The complementary color is HSL(18, 45%, 82%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(198, 45%, 82%) in CSS?

As HSL: color: hsl(198, 45%, 82%); — As HEX: color: #BCD9E6; — As RGB: color: rgb(188, 217, 230); — Tailwind CSS: bg-[hsl(198,45%,82%)] — CSS variable: --color-primary: hsl(198, 45%, 82%);