HSL(232, 74%, 84%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(232,74%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(232, 74%, 84%) color: hsl(232, 74%, 84%)
HEX #B8C0F4 color: #B8C0F4
RGB rgb(184, 192, 244) color: rgb(184, 192, 244)
CMYK cmyk(25%, 21%, 0%, 4%)
HSV hsv(232, 25%, 96%)
HWB hwb(232 72% 4%) color: hwb(232 72% 4%)
OKLCH oklch(0.8194 0.0737 277.82) color: oklch(0.8194 0.0737 277.82)
Lab lab(78.71 8.29 -26.6) color: lab(78.71 8.29 -26.6)
LCH lch(78.71 27.86 287.31) color: lch(78.71 27.86 287.31)

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.77:1
vs Black 11.88: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)

#BBBCE7 — rgb(187, 188, 231)

Deuteranopia (Green-blind)

#BBBAE4 — rgb(187, 186, 228)

Tritanopia (Blue-blind)

#B8DDDB — rgb(184, 221, 219)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(232, 74%, 84%);

text

color: hsl(232, 74%, 84%);

border

border: 2px solid hsl(232, 74%, 84%);

gradient light

background: linear-gradient(to right, hsl(232, 74%, 100%), hsl(232, 74%, 84%));

gradient dark

background: linear-gradient(to right, hsl(232, 74%, 84%), hsl(232, 74%, 64%))

hex

background-color: #B8C0F4;

tailwind

bg-[hsl(232,74%,84%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(232, 74%, 84%, 0.4);

css variable

--color-primary: hsl(232, 74%, 84%);

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(232, 74%, 84%)?

HEX: #B8C0F4 | RGB: rgb(184, 192, 244) | CMYK: 25%, 21%, 0%, 4% | HSV: 232°, 25%, 96%. Copy any format from the conversion table above.

What colors go well with #B8C0F4?

The complementary color is HSL(52, 74%, 84%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(232, 74%, 84%) in CSS?

As HSL: color: hsl(232, 74%, 84%); — As HEX: color: #B8C0F4; — As RGB: color: rgb(184, 192, 244); — Tailwind CSS: bg-[hsl(232,74%,84%)] — CSS variable: --color-primary: hsl(232, 74%, 84%);