HSL(201, 97%, 85%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(201,97%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(201, 97%, 85%) color: hsl(201, 97%, 85%)
HEX #B4E4FE color: #B4E4FE
RGB rgb(180, 228, 254) color: rgb(180, 228, 254)
CMYK cmyk(29%, 10%, 0%, 0%)
HSV hsv(201, 29%, 100%)
HWB hwb(201 71% 0%) color: hwb(201 71% 0%)
OKLCH oklch(0.8939 0.0611 231.98) color: oklch(0.8939 0.0611 231.98)
Lab lab(88.13 -9.58 -17.62) color: lab(88.13 -9.58 -17.62)
LCH lch(88.13 20.06 241.47) color: lch(88.13 20.06 241.47)

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.36:1
vs Black 15.47: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)

#C9C9F8 — rgb(201, 201, 248)

Deuteranopia (Green-blind)

#C6C2F6 — rgb(198, 194, 246)

Tritanopia (Blue-blind)

#B6F3F2 — rgb(182, 243, 242)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(201, 97%, 85%);

text

color: hsl(201, 97%, 85%);

border

border: 2px solid hsl(201, 97%, 85%);

gradient light

background: linear-gradient(to right, hsl(201, 97%, 100%), hsl(201, 97%, 85%));

gradient dark

background: linear-gradient(to right, hsl(201, 97%, 85%), hsl(201, 97%, 65%))

hex

background-color: #B4E4FE;

tailwind

bg-[hsl(201,97%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(201, 97%, 85%, 0.4);

css variable

--color-primary: hsl(201, 97%, 85%);

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(201, 97%, 85%)?

HEX: #B4E4FE | RGB: rgb(180, 228, 254) | CMYK: 29%, 10%, 0%, 0% | HSV: 201°, 29%, 100%. Copy any format from the conversion table above.

What colors go well with #B4E4FE?

The complementary color is HSL(21, 97%, 85%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(201, 97%, 85%) in CSS?

As HSL: color: hsl(201, 97%, 85%); — As HEX: color: #B4E4FE; — As RGB: color: rgb(180, 228, 254); — Tailwind CSS: bg-[hsl(201,97%,85%)] — CSS variable: --color-primary: hsl(201, 97%, 85%);