HSL(228, 83%, 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(228,83%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(228, 83%, 94%) | color: hsl(228, 83%, 94%) | |
| HEX | #E3E8FC | color: #E3E8FC | |
| RGB | rgb(227, 232, 252) | color: rgb(227, 232, 252) | |
| CMYK | cmyk(10%, 8%, 0%, 1%) | — | |
| HSV | hsv(228, 10%, 99%) | — | |
| HWB | hwb(228 89% 1%) | color: hwb(228 89% 1%) | |
| OKLCH | oklch(0.9332 0.0276 274.65) | color: oklch(0.9332 0.0276 274.65) | |
| Lab | lab(92.16 2.1 -10.23) | color: lab(92.16 2.1 -10.23) | |
| LCH | lch(92.16 10.44 281.6) | color: lch(92.16 10.44 281.6) |
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)
#E5E5F7 — rgb(229, 229, 247)
Deuteranopia (Green-blind)
#E5E5F6 — rgb(229, 229, 246)
Tritanopia (Blue-blind)
#E3F3F3 — rgb(227, 243, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(228, 83%, 94%);
text
color: hsl(228, 83%, 94%);
border
border: 2px solid hsl(228, 83%, 94%);
gradient light
background: linear-gradient(to right, hsl(228, 83%, 100%), hsl(228, 83%, 94%));
gradient dark
background: linear-gradient(to right, hsl(228, 83%, 94%), hsl(228, 83%, 74%))
hex
background-color: #E3E8FC;
tailwind
bg-[hsl(228,83%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(228, 83%, 94%, 0.4);
css variable
--color-primary: hsl(228, 83%, 94%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(228, 83%, 94%)?
HEX: #E3E8FC | RGB: rgb(227, 232, 252) | CMYK: 10%, 8%, 0%, 1% | HSV: 228°, 10%, 99%. Copy any format from the conversion table above.
What colors go well with #E3E8FC?
The complementary color is HSL(48, 83%, 94%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(228, 83%, 94%) in CSS?
As HSL: color: hsl(228, 83%, 94%); — As HEX: color: #E3E8FC; — As RGB: color: rgb(227, 232, 252); — Tailwind CSS: bg-[hsl(228,83%,94%)] — CSS variable: --color-primary: hsl(228, 83%, 94%);