HSL(216, 97%, 96%)
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(216,97%,96%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 97%, 96%) | color: hsl(216, 97%, 96%) | |
| HEX | #EBF3FF | color: #EBF3FF | |
| RGB | rgb(235, 243, 255) | color: rgb(235, 243, 255) | |
| CMYK | cmyk(8%, 5%, 0%, 0%) | — | |
| HSV | hsv(216, 8%, 100%) | — | |
| HWB | hwb(216 92% 0%) | color: hwb(216 92% 0%) | |
| OKLCH | oklch(0.9616 0.0183 258.35) | color: oklch(0.9616 0.0183 258.35) | |
| Lab | lab(95.57 -0.41 -6.67) | color: lab(95.57 -0.41 -6.67) | |
| LCH | lch(95.57 6.68 266.48) | color: lch(95.57 6.68 266.48) |
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)
#EEEFFC — rgb(238, 239, 252)
Deuteranopia (Green-blind)
#EEEDFB — rgb(238, 237, 251)
Tritanopia (Blue-blind)
#EBFAF9 — rgb(235, 250, 249)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 97%, 96%);
text
color: hsl(216, 97%, 96%);
border
border: 2px solid hsl(216, 97%, 96%);
gradient light
background: linear-gradient(to right, hsl(216, 97%, 100%), hsl(216, 97%, 96%));
gradient dark
background: linear-gradient(to right, hsl(216, 97%, 96%), hsl(216, 97%, 76%))
hex
background-color: #EBF3FF;
tailwind
bg-[hsl(216,97%,96%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 97%, 96%, 0.4);
css variable
--color-primary: hsl(216, 97%, 96%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 97%, 96%)?
HEX: #EBF3FF | RGB: rgb(235, 243, 255) | CMYK: 8%, 5%, 0%, 0% | HSV: 216°, 8%, 100%. Copy any format from the conversion table above.
What colors go well with #EBF3FF?
The complementary color is HSL(36, 97%, 96%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 97%, 96%) in CSS?
As HSL: color: hsl(216, 97%, 96%); — As HEX: color: #EBF3FF; — As RGB: color: rgb(235, 243, 255); — Tailwind CSS: bg-[hsl(216,97%,96%)] — CSS variable: --color-primary: hsl(216, 97%, 96%);