HSL(214, 40%, 86%)

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(214,40%,86%)]

Color Conversions

Format Value CSS Usage
HSL hsl(214, 40%, 86%) color: hsl(214, 40%, 86%)
HEX #CDD9EA color: #CDD9EA
RGB rgb(205, 217, 234) color: rgb(205, 217, 234)
CMYK cmyk(12%, 7%, 0%, 8%)
HSV hsv(215, 12%, 92%)
HWB hwb(215 81% 8%) color: hwb(215 81% 8%)
OKLCH oklch(0.8814 0.0268 257.03) color: oklch(0.8814 0.0268 257.03)
Lab lab(86.28 -0.7 -9.7) color: lab(86.28 -0.7 -9.7)
LCH lch(86.28 9.73 265.87) color: lch(86.28 9.73 265.87)

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.43:1
vs Black 14.71: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)

#D2D2E6 — rgb(210, 210, 230)

Deuteranopia (Green-blind)

#D2D1E5 — rgb(210, 209, 229)

Tritanopia (Blue-blind)

#CEE3E2 — rgb(206, 227, 226)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(214, 40%, 86%);

text

color: hsl(214, 40%, 86%);

border

border: 2px solid hsl(214, 40%, 86%);

gradient light

background: linear-gradient(to right, hsl(214, 40%, 100%), hsl(214, 40%, 86%));

gradient dark

background: linear-gradient(to right, hsl(214, 40%, 86%), hsl(214, 40%, 66%))

hex

background-color: #CDD9EA;

tailwind

bg-[hsl(214,40%,86%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(214, 40%, 86%, 0.4);

css variable

--color-primary: hsl(214, 40%, 86%);

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(214, 40%, 86%)?

HEX: #CDD9EA | RGB: rgb(205, 217, 234) | CMYK: 12%, 7%, 0%, 8% | HSV: 215°, 12%, 92%. Copy any format from the conversion table above.

What colors go well with #CDD9EA?

The complementary color is HSL(34, 40%, 86%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(214, 40%, 86%) in CSS?

As HSL: color: hsl(214, 40%, 86%); — As HEX: color: #CDD9EA; — As RGB: color: rgb(205, 217, 234); — Tailwind CSS: bg-[hsl(214,40%,86%)] — CSS variable: --color-primary: hsl(214, 40%, 86%);