HSL(232, 90%, 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(232,90%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 90%, 94%) | color: hsl(232, 90%, 94%) | |
| HEX | #E2E6FD | color: #E2E6FD | |
| RGB | rgb(226, 230, 253) | color: rgb(226, 230, 253) | |
| CMYK | cmyk(11%, 9%, 0%, 1%) | — | |
| HSV | hsv(231, 11%, 99%) | — | |
| HWB | hwb(231 88% 1%) | color: hwb(231 88% 1%) | |
| OKLCH | oklch(0.9288 0.0314 277.92) | color: oklch(0.9288 0.0314 277.92) | |
| Lab | lab(91.62 3.01 -11.57) | color: lab(91.62 3.01 -11.57) | |
| LCH | lch(91.62 11.96 284.58) | color: lch(91.62 11.96 284.58) |
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)
#E4E4F7 — rgb(228, 228, 247)
Deuteranopia (Green-blind)
#E4E3F6 — rgb(228, 227, 246)
Tritanopia (Blue-blind)
#E2F3F2 — rgb(226, 243, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 90%, 94%);
text
color: hsl(232, 90%, 94%);
border
border: 2px solid hsl(232, 90%, 94%);
gradient light
background: linear-gradient(to right, hsl(232, 90%, 100%), hsl(232, 90%, 94%));
gradient dark
background: linear-gradient(to right, hsl(232, 90%, 94%), hsl(232, 90%, 74%))
hex
background-color: #E2E6FD;
tailwind
bg-[hsl(232,90%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 90%, 94%, 0.4);
css variable
--color-primary: hsl(232, 90%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 90%, 94%)?
HEX: #E2E6FD | RGB: rgb(226, 230, 253) | CMYK: 11%, 9%, 0%, 1% | HSV: 231°, 11%, 99%. Copy any format from the conversion table above.
What colors go well with #E2E6FD?
The complementary color is HSL(52, 90%, 94%). 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%, 94%) in CSS?
As HSL: color: hsl(232, 90%, 94%); — As HEX: color: #E2E6FD; — As RGB: color: rgb(226, 230, 253); — Tailwind CSS: bg-[hsl(232,90%,94%)] — CSS variable: --color-primary: hsl(232, 90%, 94%);