HSL(236, 90%, 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(236,90%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 90%, 95%) | color: hsl(236, 90%, 95%) | |
| HEX | #E7E8FE | color: #E7E8FE | |
| RGB | rgb(231, 232, 254) | color: rgb(231, 232, 254) | |
| CMYK | cmyk(9%, 9%, 0%, 0%) | — | |
| HSV | hsv(237, 9%, 100%) | — | |
| HWB | hwb(237 91% 0%) | color: hwb(237 91% 0%) | |
| OKLCH | oklch(0.9368 0.0297 283.74) | color: oklch(0.9368 0.0297 283.74) | |
| Lab | lab(92.51 3.77 -10.72) | color: lab(92.51 3.77 -10.72) | |
| LCH | lch(92.51 11.36 289.38) | color: lch(92.51 11.36 289.38) |
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)
#E7E7F9 — rgb(231, 231, 249)
Deuteranopia (Green-blind)
#E7E7F7 — rgb(231, 231, 247)
Tritanopia (Blue-blind)
#E7F4F4 — rgb(231, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 90%, 95%);
text
color: hsl(236, 90%, 95%);
border
border: 2px solid hsl(236, 90%, 95%);
gradient light
background: linear-gradient(to right, hsl(236, 90%, 100%), hsl(236, 90%, 95%));
gradient dark
background: linear-gradient(to right, hsl(236, 90%, 95%), hsl(236, 90%, 75%))
hex
background-color: #E7E8FE;
tailwind
bg-[hsl(236,90%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 90%, 95%, 0.4);
css variable
--color-primary: hsl(236, 90%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 90%, 95%)?
HEX: #E7E8FE | RGB: rgb(231, 232, 254) | CMYK: 9%, 9%, 0%, 0% | HSV: 237°, 9%, 100%. Copy any format from the conversion table above.
What colors go well with #E7E8FE?
The complementary color is HSL(56, 90%, 95%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 90%, 95%) in CSS?
As HSL: color: hsl(236, 90%, 95%); — As HEX: color: #E7E8FE; — As RGB: color: rgb(231, 232, 254); — Tailwind CSS: bg-[hsl(236,90%,95%)] — CSS variable: --color-primary: hsl(236, 90%, 95%);