HSL(216, 40%, 95%)
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,40%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 40%, 95%) | color: hsl(216, 40%, 95%) | |
| HEX | #EDF1F7 | color: #EDF1F7 | |
| RGB | rgb(237, 241, 247) | color: rgb(237, 241, 247) | |
| CMYK | cmyk(4%, 2%, 0%, 3%) | — | |
| HSV | hsv(216, 4%, 97%) | — | |
| HWB | hwb(216 93% 3%) | color: hwb(216 93% 3%) | |
| OKLCH | oklch(0.9568 0.0091 258.34) | color: oklch(0.9568 0.0091 258.34) | |
| Lab | lab(95 -0.24 -3.35) | color: lab(95 -0.24 -3.35) | |
| LCH | lch(95 3.36 265.9) | color: lch(95 3.36 265.9) |
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)
#EFEFF6 — rgb(239, 239, 246)
Deuteranopia (Green-blind)
#EFEEF5 — rgb(239, 238, 245)
Tritanopia (Blue-blind)
#EDF4F4 — rgb(237, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 40%, 95%);
text
color: hsl(216, 40%, 95%);
border
border: 2px solid hsl(216, 40%, 95%);
gradient light
background: linear-gradient(to right, hsl(216, 40%, 100%), hsl(216, 40%, 95%));
gradient dark
background: linear-gradient(to right, hsl(216, 40%, 95%), hsl(216, 40%, 75%))
hex
background-color: #EDF1F7;
tailwind
bg-[hsl(216,40%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 40%, 95%, 0.4);
css variable
--color-primary: hsl(216, 40%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 40%, 95%)?
HEX: #EDF1F7 | RGB: rgb(237, 241, 247) | CMYK: 4%, 2%, 0%, 3% | HSV: 216°, 4%, 97%. Copy any format from the conversion table above.
What colors go well with #EDF1F7?
The complementary color is HSL(36, 40%, 95%). 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, 40%, 95%) in CSS?
As HSL: color: hsl(216, 40%, 95%); — As HEX: color: #EDF1F7; — As RGB: color: rgb(237, 241, 247); — Tailwind CSS: bg-[hsl(216,40%,95%)] — CSS variable: --color-primary: hsl(216, 40%, 95%);