HSL(232, 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(232,90%,95%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 90%, 95%) | color: hsl(232, 90%, 95%) | |
| HEX | #E7EAFE | color: #E7EAFE | |
| RGB | rgb(231, 234, 254) | color: rgb(231, 234, 254) | |
| CMYK | cmyk(9%, 8%, 0%, 0%) | — | |
| HSV | hsv(232, 9%, 100%) | — | |
| HWB | hwb(232 91% 0%) | color: hwb(232 91% 0%) | |
| OKLCH | oklch(0.9407 0.0271 279.06) | color: oklch(0.9407 0.0271 279.06) | |
| Lab | lab(93.01 2.73 -9.98) | color: lab(93.01 2.73 -9.98) | |
| LCH | lch(93.01 10.35 285.3) | color: lch(93.01 10.35 285.3) |
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)
#E8E8F9 — rgb(232, 232, 249)
Deuteranopia (Green-blind)
#E8E8F8 — rgb(232, 232, 248)
Tritanopia (Blue-blind)
#E7F5F5 — rgb(231, 245, 245)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 90%, 95%);
text
color: hsl(232, 90%, 95%);
border
border: 2px solid hsl(232, 90%, 95%);
gradient light
background: linear-gradient(to right, hsl(232, 90%, 100%), hsl(232, 90%, 95%));
gradient dark
background: linear-gradient(to right, hsl(232, 90%, 95%), hsl(232, 90%, 75%))
hex
background-color: #E7EAFE;
tailwind
bg-[hsl(232,90%,95%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 90%, 95%, 0.4);
css variable
--color-primary: hsl(232, 90%, 95%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 90%, 95%)?
HEX: #E7EAFE | RGB: rgb(231, 234, 254) | CMYK: 9%, 8%, 0%, 0% | HSV: 232°, 9%, 100%. Copy any format from the conversion table above.
What colors go well with #E7EAFE?
The complementary color is HSL(52, 90%, 95%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 90%, 95%) in CSS?
As HSL: color: hsl(232, 90%, 95%); — As HEX: color: #E7EAFE; — As RGB: color: rgb(231, 234, 254); — Tailwind CSS: bg-[hsl(232,90%,95%)] — CSS variable: --color-primary: hsl(232, 90%, 95%);