HSL(248, 16%, 90%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(248,16%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(248, 16%, 90%) | color: hsl(248, 16%, 90%) | |
| HEX | #E3E1EA | color: #E3E1EA | |
| RGB | rgb(227, 225, 234) | color: rgb(227, 225, 234) | |
| CMYK | cmyk(3%, 4%, 0%, 8%) | — | |
| HSV | hsv(253, 4%, 92%) | — | |
| HWB | hwb(253 88% 8%) | color: hwb(253 88% 8%) | |
| OKLCH | oklch(0.9139 0.0123 296.34) | color: oklch(0.9139 0.0123 296.34) | |
| Lab | lab(89.92 2.3 -4.14) | color: lab(89.92 2.3 -4.14) | |
| LCH | lch(89.92 4.74 299.05) | color: lch(89.92 4.74 299.05) |
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)
#E2E2E8 — rgb(226, 226, 232)
Deuteranopia (Green-blind)
#E2E2E7 — rgb(226, 226, 231)
Tritanopia (Blue-blind)
#E3E6E6 — rgb(227, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(248, 16%, 90%);
text
color: hsl(248, 16%, 90%);
border
border: 2px solid hsl(248, 16%, 90%);
gradient light
background: linear-gradient(to right, hsl(248, 16%, 100%), hsl(248, 16%, 90%));
gradient dark
background: linear-gradient(to right, hsl(248, 16%, 90%), hsl(248, 16%, 70%))
hex
background-color: #E3E1EA;
tailwind
bg-[hsl(248,16%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(248, 16%, 90%, 0.4);
css variable
--color-primary: hsl(248, 16%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(248, 16%, 90%)?
HEX: #E3E1EA | RGB: rgb(227, 225, 234) | CMYK: 3%, 4%, 0%, 8% | HSV: 253°, 4%, 92%. Copy any format from the conversion table above.
What colors go well with #E3E1EA?
The complementary color is HSL(68, 16%, 90%). For a triadic harmony, use hues 248°, 8°, and 128°. For analogous combinations, try hues 218° and 278°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(248, 16%, 90%) in CSS?
As HSL: color: hsl(248, 16%, 90%); — As HEX: color: #E3E1EA; — As RGB: color: rgb(227, 225, 234); — Tailwind CSS: bg-[hsl(248,16%,90%)] — CSS variable: --color-primary: hsl(248, 16%, 90%);