HSL(226, 90%, 90%)

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(226,90%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(226, 90%, 90%) color: hsl(226, 90%, 90%)
HEX #CFD9FC color: #CFD9FC
RGB rgb(207, 217, 252) color: rgb(207, 217, 252)
CMYK cmyk(18%, 14%, 0%, 1%)
HSV hsv(227, 18%, 99%)
HWB hwb(227 81% 1%) color: hwb(227 81% 1%)
OKLCH oklch(0.8888 0.0494 272.78) color: oklch(0.8888 0.0494 272.78)
Lab lab(86.96 3.66 -18.17) color: lab(86.96 3.66 -18.17)
LCH lch(86.96 18.53 281.39) color: lch(86.96 18.53 281.39)

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.4:1
vs Black 14.98: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)

#D3D3F4 — rgb(211, 211, 244)

Deuteranopia (Green-blind)

#D3D2F2 — rgb(211, 210, 242)

Tritanopia (Blue-blind)

#D0EDEB — rgb(208, 237, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(226, 90%, 90%);

text

color: hsl(226, 90%, 90%);

border

border: 2px solid hsl(226, 90%, 90%);

gradient light

background: linear-gradient(to right, hsl(226, 90%, 100%), hsl(226, 90%, 90%));

gradient dark

background: linear-gradient(to right, hsl(226, 90%, 90%), hsl(226, 90%, 70%))

hex

background-color: #CFD9FC;

tailwind

bg-[hsl(226,90%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(226, 90%, 90%, 0.4);

css variable

--color-primary: hsl(226, 90%, 90%);

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(226, 90%, 90%)?

HEX: #CFD9FC | RGB: rgb(207, 217, 252) | CMYK: 18%, 14%, 0%, 1% | HSV: 227°, 18%, 99%. Copy any format from the conversion table above.

What colors go well with #CFD9FC?

The complementary color is HSL(46, 90%, 90%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(226, 90%, 90%) in CSS?

As HSL: color: hsl(226, 90%, 90%); — As HEX: color: #CFD9FC; — As RGB: color: rgb(207, 217, 252); — Tailwind CSS: bg-[hsl(226,90%,90%)] — CSS variable: --color-primary: hsl(226, 90%, 90%);