HSL(195, 85%, 96%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,85%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 85%, 96%) | color: hsl(195, 85%, 96%) | |
| HEX | #ECF9FD | color: #ECF9FD | |
| RGB | rgb(236, 249, 253) | color: rgb(236, 249, 253) | |
| CMYK | cmyk(7%, 2%, 0%, 1%) | — | |
| HSV | hsv(194, 7%, 99%) | — | |
| HWB | hwb(194 92% 1%) | color: hwb(194 92% 1%) | |
| OKLCH | oklch(0.9736 0.0147 218.05) | color: oklch(0.9736 0.0147 218.05) | |
| Lab | lab(97.1 -3.51 -3.39) | color: lab(97.1 -3.51 -3.39) | |
| LCH | lch(97.1 4.88 224) | color: lch(97.1 4.88 224) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#F2F2FC — rgb(242, 242, 252)
Deuteranopia (Green-blind)
#F1F0FC — rgb(241, 240, 252)
Tritanopia (Blue-blind)
#EDFBFB — rgb(237, 251, 251)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 85%, 96%);
text
color: hsl(195, 85%, 96%);
border
border: 2px solid hsl(195, 85%, 96%);
gradient light
background: linear-gradient(to right, hsl(195, 85%, 100%), hsl(195, 85%, 96%));
gradient dark
background: linear-gradient(to right, hsl(195, 85%, 96%), hsl(195, 85%, 76%))
hex
background-color: #ECF9FD;
tailwind
bg-[hsl(195,85%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 85%, 96%, 0.4);
css variable
--color-primary: hsl(195, 85%, 96%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 85%, 96%)?
HEX: #ECF9FD | RGB: rgb(236, 249, 253) | CMYK: 7%, 2%, 0%, 1% | HSV: 194°, 7%, 99%. Copy any format from the conversion table above.
What colors go well with #ECF9FD?
The complementary color is HSL(15, 85%, 96%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 85%, 96%) in CSS?
As HSL: color: hsl(195, 85%, 96%); — As HEX: color: #ECF9FD; — As RGB: color: rgb(236, 249, 253); — Tailwind CSS: bg-[hsl(195,85%,96%)] — CSS variable: --color-primary: hsl(195, 85%, 96%);