HSL(231, 70%, 94%)
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(231,70%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 70%, 94%) | color: hsl(231, 70%, 94%) | |
| HEX | #E5E8FA | color: #E5E8FA | |
| RGB | rgb(229, 232, 250) | color: rgb(229, 232, 250) | |
| CMYK | cmyk(8%, 7%, 0%, 2%) | — | |
| HSV | hsv(231, 8%, 98%) | — | |
| HWB | hwb(231 90% 2%) | color: hwb(231 90% 2%) | |
| OKLCH | oklch(0.9341 0.0245 278.36) | color: oklch(0.9341 0.0245 278.36) | |
| Lab | lab(92.25 2.35 -9.04) | color: lab(92.25 2.35 -9.04) | |
| LCH | lch(92.25 9.34 284.57) | color: lch(92.25 9.34 284.57) |
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)
#E6E6F6 — rgb(230, 230, 246)
Deuteranopia (Green-blind)
#E6E6F5 — rgb(230, 230, 245)
Tritanopia (Blue-blind)
#E5F2F1 — rgb(229, 242, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 70%, 94%);
text
color: hsl(231, 70%, 94%);
border
border: 2px solid hsl(231, 70%, 94%);
gradient light
background: linear-gradient(to right, hsl(231, 70%, 100%), hsl(231, 70%, 94%));
gradient dark
background: linear-gradient(to right, hsl(231, 70%, 94%), hsl(231, 70%, 74%))
hex
background-color: #E5E8FA;
tailwind
bg-[hsl(231,70%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 70%, 94%, 0.4);
css variable
--color-primary: hsl(231, 70%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 70%, 94%)?
HEX: #E5E8FA | RGB: rgb(229, 232, 250) | CMYK: 8%, 7%, 0%, 2% | HSV: 231°, 8%, 98%. Copy any format from the conversion table above.
What colors go well with #E5E8FA?
The complementary color is HSL(51, 70%, 94%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 70%, 94%) in CSS?
As HSL: color: hsl(231, 70%, 94%); — As HEX: color: #E5E8FA; — As RGB: color: rgb(229, 232, 250); — Tailwind CSS: bg-[hsl(231,70%,94%)] — CSS variable: --color-primary: hsl(231, 70%, 94%);