HSL(239, 70%, 88%)

Very Light Blue — Blue color

Adjust Color

Color Information

Color Name

Very Light Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(239,70%,88%)]

Color Conversions

Format Value CSS Usage
HSL hsl(239, 70%, 88%) color: hsl(239, 70%, 88%)
HEX #CBCCF6 color: #CBCCF6
RGB rgb(203, 204, 246) color: rgb(203, 204, 246)
CMYK cmyk(17%, 17%, 0%, 4%)
HSV hsv(239, 17%, 96%)
HWB hwb(239 80% 4%) color: hwb(239 80% 4%)
OKLCH oklch(0.8581 0.0581 284.03) color: oklch(0.8581 0.0581 284.03)
Lab lab(83.2 8.04 -20.7) color: lab(83.2 8.04 -20.7)
LCH lch(83.2 22.21 291.23) color: lch(83.2 22.21 291.23)

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.55:1
vs Black 13.51: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)

#CBCBEC — rgb(203, 203, 236)

Deuteranopia (Green-blind)

#CBCBE9 — rgb(203, 203, 233)

Tritanopia (Blue-blind)

#CBE4E2 — rgb(203, 228, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(239, 70%, 88%);

text

color: hsl(239, 70%, 88%);

border

border: 2px solid hsl(239, 70%, 88%);

gradient light

background: linear-gradient(to right, hsl(239, 70%, 100%), hsl(239, 70%, 88%));

gradient dark

background: linear-gradient(to right, hsl(239, 70%, 88%), hsl(239, 70%, 68%))

hex

background-color: #CBCCF6;

tailwind

bg-[hsl(239,70%,88%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(239, 70%, 88%, 0.4);

css variable

--color-primary: hsl(239, 70%, 88%);

Related Colors

Use Cases for Very Light Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(239, 70%, 88%)?

HEX: #CBCCF6 | RGB: rgb(203, 204, 246) | CMYK: 17%, 17%, 0%, 4% | HSV: 239°, 17%, 96%. Copy any format from the conversion table above.

What colors go well with #CBCCF6?

The complementary color is HSL(59, 70%, 88%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(239, 70%, 88%) in CSS?

As HSL: color: hsl(239, 70%, 88%); — As HEX: color: #CBCCF6; — As RGB: color: rgb(203, 204, 246); — Tailwind CSS: bg-[hsl(239,70%,88%)] — CSS variable: --color-primary: hsl(239, 70%, 88%);